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