summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tag2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/tag b/bin/tag
new file mode 100755
index 0000000..067e6e6
--- /dev/null
+++ b/bin/tag
@@ -0,0 +1,2 @@
+#!/bin/bash
+awk '/TAG/ {tag++; sub("TAG", tag);} { print };'