nsbin/rootX
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

8 lines
177 B
Bash
Executable file

#!/bin/sh
ozean="/home/user/nico/bin/ssh/ozean"
eiche="/home/user/nico/bin/ssh/eiche"
xterm -ls -title "Eiche Root" -e "$eiche" &
xterm -ls -title "Ozean Root" -e "$ozean" &