chiark / gitweb /
bin: Remove obsolete hard-coding of cjw44 and /home/httpd.
[bin.git] / xterm-wrapper
1 #! /bin/sh
2
3 TITLE=$1
4 shift
5 xterm -title $TITLE -e "$@" &
6