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