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