From: Matteo Nastasi (mop) Date: Wed, 20 Feb 2013 09:24:25 +0000 (+0100) Subject: etags command added X-Git-Tag: v4.7.1~11 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=4335754d683fcbf90f1597ff1c3ae74394d50187 etags command added --- diff --git a/bin/tagger.sh b/bin/tagger.sh new file mode 100755 index 0000000..b272a98 --- /dev/null +++ b/bin/tagger.sh @@ -0,0 +1,2 @@ +#!/bin/bash +etags -l php $(find -name '*.ph*') \ No newline at end of file