evmw | 14 years ago | on: Silicon Valley’s Productivity Secret
evmw's comments
evmw | 14 years ago | on: Awesome but commonly unknown Linux Commands
"at" is very handy for scheduling one-time scripts/commands
echo my_script.py | at 4am tomorrow
then list queued jobs with atq
note: its not enabled by default on mac os x, see man atrun
page 1
We later ran across another implementation of snippets here: https://github.com/kushal/snippets