diff options
-rwxr-xr-x | bin/label | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ SunOS) esac label() { - echo "$@" | $awk '{printf("\033];%s\007", $0);}' + echo "$@" | $awk '{printf("\033];%s\007", $0);}' >/dev/tty } label "$@" |
index : plan9port.git | |
This is a port of many Plan 9 libraries and programs to Unix. [forked] | nobody |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/label | 2 |
@@ -10,7 +10,7 @@ SunOS) esac label() { - echo "$@" | $awk '{printf("\033];%s\007", $0);}' + echo "$@" | $awk '{printf("\033];%s\007", $0);}' >/dev/tty } label "$@" |