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