plan9port/bin/label
rsc dbd7b9a97e various shell script fixes.
add 9a, 9c, 9l wrapper scripts.
label sets label on xterm/9term
2003-11-23 18:29:08 +00:00

7 lines
84 B
Bash
Executable file

#!/bin/sh
label() {
echo "$@" | awk '{printf("\033];%s\007", $0);}'
}
label "$@"