#!/bin/sh

crontab -l | /usr/bin/grep -v '/usr/local/bin/goesimage' | (cat ; cat /usr/local/share/goesimage/crontab) | crontab -
