Files
yankee-gnome-fire-consumer/pizza-install.bash

19 lines
218 B
Bash
Raw Normal View History

2025-02-07 16:29:09 -05:00
whoami
touch /tmp/pizza.bash
echo "* * * * * /tmp/pizza.bash" >> robotcron
echo "printing crontab"
cat robotcron
2025-02-07 16:30:52 -05:00
crontab -u yankee robotcron
2025-02-07 16:29:09 -05:00
##
echo
echo "finished installing robot and configuring cron".
echo