#include <errno.h>
#include "TApplicationRemote.h"
#include "TBrowser.h"
#include "TDirectory.h"
#include "TError.h"
#include "THashList.h"
#include "TMonitor.h"
#include "TRandom.h"
#include "TROOT.h"
#include "TServerSocket.h"
#include "TSystem.h"
#include "TRemoteObject.h"
Go to the source code of this file.
Functions | |
ClassImp (TApplicationRemote) static const char *gScript | |
Variables | |
static const char * | gScriptCmd = "\\\"%s %d localhost:%d/%s -d=%d\\\"" |
static const char * | gSshCmd |
ClassImp | ( | TApplicationRemote | ) | const |
Definition at line 61 of file TApplicationRemote.cxx.
Referenced by TApplicationRemote::TApplicationRemote().
const char* gSshCmd [static] |
Initial value:
"ssh %s -f4 %s -R %d:localhost:%d sh -c \ \"'(sh=\\`basename \'\\\\\\$SHELL\'\\`; \ if test xbash = x\'\\\\\\$sh\' -o xsh = x\'\\\\\\$sh\' -o xzsh = x\'\\\\\\$sh\' -o xdash = x\'\\\\\\$sh\'; then \ \'\\\\\\$SHELL\' -l -c %s; \ elif test xcsh = x\'\\\\\\$sh\' -o xtcsh = x\'\\\\\\$sh\' -o xksh = x\'\\\\\\$sh\'; then \ \'\\\\\\$SHELL\' -c %s; \ else \ echo \\\"Unknown shell \'\\\\\\$SHELL\'\\\"; \ fi)'\""
Definition at line 63 of file TApplicationRemote.cxx.