various shell script fixes.

add 9a, 9c, 9l wrapper scripts.
label sets label on xterm/9term
This commit is contained in:
rsc 2003-11-23 18:29:08 +00:00
parent 97a5e5f2dd
commit dbd7b9a97e
7 changed files with 80 additions and 11 deletions

7
bin/label Executable file
View file

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