chiark / gitweb /
Add scripts to rebuild Ubuntu d-i and live cloops on buildds.
[bin.git] / xterm-title
1 #! /bin/sh
2 if [ "$TERM" = xterm ] || [ "$TERM" = screen ]; then
3     printf '\033]0;'"$*"'\a'
4 fi