Personal Callbacks on Long Tasks

Paul Brown @ 2007-09-13T04:18:00Z

I have been running some relatively involved builds and computations from the command line, and I hate the attention-suck of coming back to the shell every so often to see if it's completed yet. A command line quicky with growlnotify comes in handy:

$ long-running command && \
  growlnotify -s -m 'long-running command completed.' Done.

Which gives me one of these when the initial command completes:

Meta

Tags: (tag) (tag) (tag) (tag)

(comment bubbles) 0 comments
769 direct views