Guest User

Untitled

a guest
Jun 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def run(cmd)
  2. system 'clear'
  3. puts cmd
  4. system cmd
  5. end
  6.  
  7. cmd = ARGV[1..-1].join(' ')
  8.  
  9. watch('(app|spec|lib|test)/*') { run cmd }
  10. Signal.trap('QUIT') { run cmd }
Add Comment
Please, Sign In to add comment