plan9port/bin/label

8 lines
84 B
Text
Raw Normal View History

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