#!/bin/bash

cat /etc/crontab | uniq > /tmp/X
mv /tmp/X /etc/crontab
