source:
branches/port5/SH/arb_remote
Last change on this file was 8525, checked in by westram, 13 years ago | |
---|---|
|
|
File size: 323 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # run ARB on a remote machine. |
3 | |
4 | echo '******************************************************************' |
5 | echo 'Please enter the NAME of the machine, where you want to start ARB:' |
6 | read a |
7 | pwd=`pwd` |
8 | ssh -f -X $a "xterm -sb -sl 2000 -e sh -c \"cd $pwd;pwd; arb;echo press ctrl-c to close log window;sleep 300000\"" |
Note: See TracBrowser
for help on using the repository browser.