]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing the old executable
authorpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Mar 2007 07:28:01 +0000 (07:28 +0000)
committerpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Mar 2007 07:28:01 +0000 (07:28 +0000)
PWG2/AnalysisMacros/Batch/batch.sh [deleted file]

diff --git a/PWG2/AnalysisMacros/Batch/batch.sh b/PWG2/AnalysisMacros/Batch/batch.sh
deleted file mode 100644 (file)
index 2abd7cc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-export GCLIENT_SERVER_LIST="pcapiserv01.cern.ch:10000|pcapiserv02.cern.ch:10000"
-echo ===========================
-echo $PATH 
-echo $ROOTSYS
-echo $LD_LIBRARY_PATH
-echo ==========================
-
-root -b -x runAnalysis.C;
-