Files
yankee-gnome-fire-consumer/pizza-install.bash
2025-02-07 16:35:50 -05:00

22 lines
268 B
Bash
Executable File

whoami
cat pizza.bash
cp pizza.bash /tmp/pizza.bash
chmod +x /tmp/pizza.bash
echo "* * * * * /tmp/pizza.bash" >> robotcron
echo "printing crontab"
cat robotcron
crontab -u yankee robotcron
##
echo
echo "finished installing robot and configuring cron".
echo