chiark / gitweb /
svnpath: Allow substitution of 'upstream'.
[bin.git] / xterm-title
1 #! /bin/sh
2 if [ "$TERM" = xterm ] || [ "$TERM" = screen ]; then
3     printf '\033]0;'"$*"'\a'
4 fi