automated terminal push

This commit is contained in:
Your Name
2025-02-12 11:06:22 -05:00
parent 2b86141b99
commit 6667c774c3
7 changed files with 189 additions and 8 deletions

View File

@@ -3,10 +3,29 @@
set -e
set -x
##
echo "what up????"
####
bash smart-cron-builder.bash
####
cp crontabX /etc/cron.d/cronfile
# Give execution rights on the cron job
chmod 0644 /etc/cron.d/cronfile
# Apply the cron job
crontab -u root /etc/cron.d/cronfile
crontab -e root
####
cd /yankee-gnome-fire-consumer
pwd
@@ -14,4 +33,5 @@ pwd
ls
whoami
python3 consumer.py