#!/bin/sh # JPM, Aug 2001 # Sets the title of the current xterm to $1 # litteral characters here esc= bell= echo "Setting window title to '$1'" echo -e "${esc}]2;${1}${bell}"