use $XTERM instead of xterm
This commit is contained in:
parent
1bd90d27c3
commit
fddb854226
1 changed files with 6 additions and 3 deletions
9
3xterm
9
3xterm
|
@ -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" &
|
||||
|
|
Loading…
Reference in a new issue