1
1
Fork 0

added zion ssh/vnc connect script

This commit is contained in:
David 2012-06-06 15:35:14 +02:00
parent 2a06d95065
commit 3105ac2a3e
1 changed files with 6 additions and 0 deletions

6
zionvnc.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/zsh
#xterm -geometry 100x10 -e ssh zion.aec.at -L 8900/localhost/5901 "sleep 05 && exit" &
ssh zion.aec.at -L 8900/localhost/5901 "sleep 05 && exit" &
sleep 02
vncviewer localhost:8900