summaryrefslogtreecommitdiff
path: root/title
blob: b168cfd479e87ef6404fe82d15a54394b80cdccc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$1" ] ; then
    echo $0: usage $0 string
    exit 1
fi

printf "%s" "]0;$*"