chiark / gitweb /
simple script to print the character set of a .po file in a way suitable for feeding...
[bin.git] / xterm-title
1 #! /bin/sh
2 case $TERM in
3     xterm|screen*)
4         printf '\033]0;'"$*"'\a'
5         ;;
6 esac