19 lines
227 B
Bash
Executable File
19 lines
227 B
Bash
Executable File
whoami
|
|
|
|
touch /tmp/pizza.bash
|
|
|
|
|
|
|
|
echo "* * * * * /tmp/pizza.bash" >> robotcron
|
|
|
|
echo "printing crontab"
|
|
|
|
cat robotcron
|
|
|
|
crontab -u softwareshinobi robotcron
|
|
|
|
##
|
|
|
|
echo
|
|
echo "finished installing robot and configuring cron".
|
|
echo |