source: tags/arb_5.5/SH/arb_remote

Last change on this file was 8525, checked in by westram, 12 years ago

(partial) merge from trunk [8322] [8324] [8325] [8326] [8327]

  • clang-enable
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 323 bytes
Line 
1#!/bin/sh
2# run ARB on a remote machine.
3
4echo '******************************************************************'
5echo 'Please enter the NAME of the machine, where you want to start ARB:'
6read a
7pwd=`pwd`
8ssh -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.