Skip to content

Commit

Permalink
readme update for new process syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Mar 12, 2008
1 parent 3296c8d commit a8819d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -18,7 +18,7 @@ How about killing those pesky stray mongrels? Before:

After:

processes.each { |p| p.kill if p.command == "mongrel_rails" }
processes.find_all_by_cmdline(/mongrel_rails/).each { |p| p.kill }

But rush is more than just an interactive shell and a library: it can also control any number of remote machines from a single location. Copy files or directories between servers as seamlessly as if it was all local.

Expand Down

0 comments on commit a8819d0

Please sign in to comment.