diff options
author | KJ Ørbekk <orbekk@google.com> | 2016-03-31 10:04:35 -0400 |
---|---|---|
committer | KJ Ørbekk <orbekk@google.com> | 2016-03-31 10:09:32 -0400 |
commit | fe5f4ef9e5e24d8f3ca3ec9f12bf3a9f0fe5d6b6 (patch) | |
tree | 82d501b8a7e772051fc367412bb5acfef3cccdcc /bin/tag | |
parent | 6bbdad6463bf5ef2015a78f47f6d780649095dc9 (diff) |
Add tagging tool, replaces TAG with an incrementing number.
Diffstat (limited to 'bin/tag')
-rwxr-xr-x | bin/tag | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/bash +awk '/TAG/ {tag++; sub("TAG", tag);} { print };' |