diff options
Diffstat (limited to 'bin/label')
-rwxr-xr-x | bin/label | 7 |
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 "$@" |