work in progress
Hastily developed Node.js tasks scheduler/runner for those people at offices with very strict admins
npm install -g runnjs
> runn --help
Usage: runn [options]
Options:
-h, --help output usage information
-V, --version output the version number
-f, --foreground run in the foreground (the only working way, if you have absolutely NO control over you PC)
More info is coming soon...
00 00,30 * * * * powershell C:\Users\Username\script.ps1
NOTE: The format of .runnrc in JSON has been changed in 0.2.0.
{
"tasks": [{
"time": "00 30 11 * * *",
"command": "bash",
"args": "~/send-email.sh"
}]
}