Files
yankee-gnome-fire-consumer/smart-cron-builder.bash

17 lines
228 B
Bash
Raw Normal View History

2025-02-12 11:06:22 -05:00
reset
clear
2025-02-12 14:58:39 -05:00
python3 smart-cron-builder.py
2025-02-12 15:07:33 -05:00
####
cp cronfileX /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