summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2016-03-31 10:04:35 -0400
committerKJ Ørbekk <orbekk@google.com>2016-03-31 10:09:32 -0400
commitfe5f4ef9e5e24d8f3ca3ec9f12bf3a9f0fe5d6b6 (patch)
tree82d501b8a7e772051fc367412bb5acfef3cccdcc /bin
parent6bbdad6463bf5ef2015a78f47f6d780649095dc9 (diff)
Add tagging tool, replaces TAG with an incrementing number.
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 };'