366 B
366 B
Cron is a way to automate tasks through scheduled scripts. There are fantastic resources for crontab such as Cronitor . Cron works for MacOS (via Crontab) by default as well as Linux.
More information on Cron usage.
*/30 * * * * /Users/shwethajayaraj/.local/bin >/dev/null 2>&1