Tagged “cron”
-
TIL JS Cron and process.platform node javascript cron
Cron is a tool that allows you to execute something on a schedule. This is typically done using the cron syntax. process.platform tells you what platform the user is running. For this usecase, if it's win32, use robocopy. Else use rsync.
See all tags.