chiark / gitweb /
svn-takeover: New script to make the current directory into a working copy
[bin.git] / xterm-wrapper
1 #! /bin/sh
2
3 TITLE=$1
4 shift
5 xterm -title $TITLE -e "$@" &
6