#!/bin/sh if test $# = 0 -o "$1" = "-h" ; then echo ' set title bar of xterm ' echo ' USAGE: xtitlebar [string]' else echo "]0;$1" fi