Subversion Repositories f9daq

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
117 f9daq 1
#!/bin/bash
2
dir=`dirname $0`
3
 
4
#source /opt/root/bin/thisroot.sh	# only for operation with IJS
5
 
6
if [ ! -d results ]; then
7
  mkdir results
8
fi
9
 
10
root -l  "$dir/start.cxx(\"$dir\")"
11
 
12