chiark / gitweb /
get-rfc: Always download to $HOME/misc/rfc rather than the current
[bin.git] / xterm-title
1 #! /bin/sh
2 if [ "$TERM" = xterm ] || [ "$TERM" = screen ]; then
3     printf '\033]0;'"$*"'\a'
4 fi