summaryrefslogtreecommitdiff
path: root/bin/tag
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tag')
-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..a95d525
--- /dev/null
+++ b/bin/tag
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+awk '/TAG/ {tag++; sub("TAG", tag);} { print };'