aboutsummaryrefslogtreecommitdiff
path: root/bin/label
diff options
context:
space:
mode:
Diffstat (limited to 'bin/label')
-rwxr-xr-xbin/label7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/label b/bin/label
new file mode 100755
index 00000000..e8e3e8b0
--- /dev/null
+++ b/bin/label
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+label() {
+ echo "$@" | awk '{printf("\033];%s\007", $0);}'
+}
+
+label "$@"