Skip to content

Commit

Permalink
adding growlnotify to watchr
Browse files Browse the repository at this point in the history
  • Loading branch information
vosechu committed Feb 21, 2013
1 parent 81a1380 commit f18906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week2/hq9f/test.watchr
@@ -1 +1 @@
watch( '(.*)\.rb' ) {|md| system("ruby #{md[1]}.rb") }
watch( '(.*)\.rb' ) {|md| system("ruby #{md[1]}.rb | growlnotify") }

0 comments on commit f18906e

Please sign in to comment.