chiark / gitweb /
cvs-list-tags: New script to (try to) list all tags in a CVS repository.
[bin.git] / xterm-wrapper
1 #! /bin/sh
2
3 TITLE=$1
4 shift
5 xterm -title $TITLE -e "$@" &
6