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