mklabs / todo

0 stars 0 forks source link

gosleep #7

Closed mklabs closed 8 years ago

mklabs commented 8 years ago

A script to put into a crontab.

setTimeout(spawn('shutdown, ['-R']), Number(process.env.GOSLEEP_DELAY));

lets you time to finish up work and .. get some sleep.

second iteration could include a nice looking CLI / WEB interface.