We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gem install guard guard-shell
guard init shell
guard 'shell' do watch(/(.*).rb$/) {|m| `ruby #{m[0]}` } end
guard init spork guard init test
guard