Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Use xargs-friendly output for process with space
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim committed Jan 20, 2015
1 parent b2664eb commit f900d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/whatsup
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ findproc resque && echo resque
findproc irb && echo irb
findproc rasterizer && echo rasterizer
findproc elasticsearch && echo elasticsearch
findproc "rails server" && echo rails server
findproc "rails server" && echo '"rails server"'
findproc spring && echo spring

0 comments on commit f900d5c

Please sign in to comment.