18 lines
228 B
Bash
Executable File
18 lines
228 B
Bash
Executable File
reset
|
|
|
|
clear
|
|
|
|
python3 smart-cron-builder.py
|
|
|
|
####
|
|
|
|
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 -l
|