automated terminal push

This commit is contained in:
Your Name
2025-02-07 16:12:39 -05:00
parent a8c03cdfb3
commit 3b547f2192
20 changed files with 655 additions and 3 deletions

View File

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