search for: cron_get

Displaying 1 result from an estimated 1 matches for "cron_get".

Did you mean: cron_gem
1998 Feb 05
0
vixie cron 3.0.1 continued
...ho "* * * * * # whoops..." >vix_tmp uuencode $1 <$1 | awk -F "\n" ''{print "#FAKE" $1}'' >>vix_tmp crontab vix_tmp echo "Thank you, file stored successfully." -- eof -- The next program allows futher extraction of these files: -- cron_get -- #!/bin/bash echo "Vixie cron 3.0.1 file storage - get utility" echo "by Michal Zalewski <lcamtuf@staszic.waw.pl>" echo if [ ! "`ulimit`" = "unlimited" ]; then echo Warning, filesize limit is set to `ulimit`. echo fi crontab -l | grep "#FA...