etags command added
[brisk.git] / bin / tagger.sh
diff --git a/bin/tagger.sh b/bin/tagger.sh
new file mode 100755 (executable)
index 0000000..b272a98
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+etags -l php $(find -name '*.ph*')
\ No newline at end of file