etags command added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 20 Feb 2013 09:24:25 +0000 (10:24 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 20 Feb 2013 09:24:25 +0000 (10:24 +0100)
bin/tagger.sh [new file with mode: 0755]

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