]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/scripts/gui
M filterRecLog.sh - remove the ssyswatch log parsing - too long
[u/mrichter/AliRoot.git] / TPC / scripts / gui
CommitLineData
594d338f 1#!/bin/bash
2if [ $# -ne 1 ]; then
3 echo one file neede das input!
4 exit 1
5fi
6if [ "x$SCRIPTDIR" == "x" ]; then
7 echo
8 echo please run:
9 echo export SCRIPTDIR=whatever_is_your_path
10 echo
11 exit 1
12fi
13source $SCRIPTDIR/guiEnv.sh
14root.exe $SCRIPTDIR/loadlibsREC.C $SCRIPTDIR/startGUI.C\(\"$1\"\)