rush 0.4

rush

Wed Jul 16 11:55:00 -0700 2008

rush 0.4 released. Some changes:

  • Rush::Box#processes returns a ProcessSet, for syntax like this:
processes.filter(:cmdline => /mongrel_rails/).kill
  • Daemonize shell commands: bash 'some_daemon', :background => true

  • Pass args to rush on the command line to execute a one-off, like this:

$ rush 'processes.filter(:command => "ruby")'

Details and rdocs.