4 lines
112 B
Text
4 lines
112 B
Text
|
|
#!/bin/sh
|
||
|
|
xterm -ls -title "--irst 0n3xx" &
|
||
|
|
xterm -ls -title ">>> 2nd <<<" &
|
||
|
|
xterm -ls -title "www.3rd.xterm" &
|