nsbin/rootX

9 lines
177 B
Plaintext
Raw Normal View History

2006-07-20 07:54:37 +00:00
#!/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" &