#Write out the current crontab
crontab -l > mycron
#Write the new cron to the cron file
echo "00 09 * * 1-5 echo hello" >> mycron
#Install the new cron file
crontab mycron
rm mycron
#Restart cron:
service cron restart
#Write out the current crontab
crontab -l > mycron
#Write the new cron to the cron file
echo "00 09 * * 1-5 echo hello" >> mycron
#Install the new cron file
crontab mycron
rm mycron
#Restart cron:
service cron restart
AI AJAX API AWS cache callback ChatGPT CORS cron crontab Design pattern docker encryption event express ffmpeg flutter git go hls HTTPS icon JAVA javascript JS jsonp m3u8 Mongodb mysql Nginx nodejs OAuth OpenAi PHP Python React SSL swoole URL video VUE WCGI WebAssembly website WordPress
Leave a Reply