Skip to content

Instantly share code, notes, and snippets.

View smihica's full-sized avatar

Shin Aoyama smihica

View GitHub Profile
@hokaccha
hokaccha / watcher
Created January 18, 2012 09:26
File watch and exec command cli tool
#!/usr/bin/env node
/*
* File watch and exec command cli tool.
*
* Example
*
* $ watcher *.less -- lessc style.less style.css
*
*/
Index: defs/lex.c.src
===================================================================
--- defs/lex.c.src (revision 28816)
+++ defs/lex.c.src (working copy)
@@ -49,5 +49,6 @@
when, {keyword_when, keyword_when}, EXPR_VALUE
while, {keyword_while, modifier_while}, EXPR_VALUE
yield, {keyword_yield, keyword_yield}, EXPR_ARG
+pass, {keyword_pass, keyword_pass}, EXPR_VALUE
%%