chiark / gitweb /
bin: Drop 'use diagnostics;' from all Perl scripts.
[bin.git] / xterm-wrapper
1 #! /bin/sh
2
3 TITLE=$1
4 shift
5 xterm -title $TITLE -e "$@" &
6