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

11
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