automated terminal push

This commit is contained in:
Your Name
2025-02-12 14:58:39 -05:00
parent 6667c774c3
commit eb71aa4c48
39 changed files with 1 additions and 17 deletions

11
recycle/special/provision.bash Executable file
View File

@@ -0,0 +1,11 @@
echo "00 09 * * 1-5 echo hello" >> mycron
echo "printing crontab"
cat mycron
crontab mycron
crontab -l