nsbin/3xterm
2006-08-01 10:57:01 +02:00

7 lines
143 B
Bash
Executable file

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