use $XTERM instead of xterm

This commit is contained in:
Nico Schottelius 2006-08-01 10:57:01 +02:00
parent 1bd90d27c3
commit fddb854226
1 changed files with 6 additions and 3 deletions

9
3xterm
View File

@ -1,4 +1,7 @@
#!/bin/sh
xterm -ls -title "--irst 0n3xx" &
xterm -ls -title ">>> 2nd <<<" &
xterm -ls -title "www.3rd.xterm" &
XTERM=x-terminal-emulator
$XTERM -ls -title "--irst 0n3xx" &
$XTERM -ls -title ">>> 2nd <<<" &
$XTERM -ls -title "www.3rd.xterm" &