Logo ROOT  
Reference Guide
TApplicationRemote.cxx File Reference
#include <errno.h>
#include <random>
#include "TApplicationRemote.h"
#include "TBrowser.h"
#include "TDirectory.h"
#include "TError.h"
#include "THashList.h"
#include "TMonitor.h"
#include "TROOT.h"
#include "TServerSocket.h"
#include "TSystem.h"
#include "TRemoteObject.h"
Include dependency graph for TApplicationRemote.cxx:

Variables

static const char * gScript = "roots"
 
static const char * gScriptCmd = "\\\"%s %d localhost:%d/%s -d=%d\\\""
 
static const char * gSshCmd
 

Variable Documentation

◆ gScript

const char* gScript = "roots"
static

Definition at line 60 of file TApplicationRemote.cxx.

◆ gScriptCmd

const char* gScriptCmd = "\\\"%s %d localhost:%d/%s -d=%d\\\""
static

Definition at line 61 of file TApplicationRemote.cxx.

◆ gSshCmd

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.