aboutsummaryrefslogtreecommitdiff
path: root/bin/label
blob: e8e3e8b06d16e4abb465c8617c9975639631215b (plain)
1
2
3
4
5
6
7
#!/bin/sh

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

label "$@"