Files
2025-02-12 14:58:39 -05:00

12 lines
109 B
Bash
Executable File

echo "00 09 * * 1-5 echo hello" >> mycron
echo "printing crontab"
cat mycron
crontab mycron
crontab -l