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