Last change
on this file since 970 was
359,
checked in by quentin, 17 years ago
|
initial checkin of cron system
|
-
Property svn:executable set to
*
|
File size:
398 bytes
|
Rev | Line | |
---|
[359] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | # Author: <quentin@mit.edu> |
---|
| 4 | |
---|
| 5 | if [[ "$1" = "-l" ]]; then |
---|
| 6 | `dirname $0`/cronload -l; |
---|
| 7 | else |
---|
| 8 | cat <<EOF; |
---|
| 9 | To edit your user-specific crontab, edit ~/cron_scripts/crontab and run |
---|
| 10 | cronload. cronload will concatenate ~/cron_scripts/crontab with the |
---|
| 11 | contents of ~/cron_scripts/AUTO/ and load them into the cron |
---|
| 12 | system. To see the full contents of your crontab on the server, use |
---|
| 13 | crontab -l |
---|
| 14 | EOF |
---|
| 15 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.