Files
yankee-gnome-fire-consumer/recycle/special/special.bash
2025-02-12 14:58:39 -05:00

19 lines
235 B
Bash
Executable File

whoami
cp pizza.bash /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