chiark / gitweb /
mount-keys: Exit non-zero if cfsd fails to restart the second time as well.
[bin.git] / xterm-title
1 #! /bin/sh
2 if [ "$TERM" = xterm ] || [ "$TERM" = screen ]; then
3     printf '\033]0;'"$*"'\a'
4 fi