automated terminal push

This commit is contained in:
Your Name
2025-02-07 16:29:09 -05:00
parent c562d357b2
commit 11975719ca
7 changed files with 47 additions and 0 deletions

19
pizza-install.bash Executable file
View File

@@ -0,0 +1,19 @@
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