Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
109 f9daq 1
#!/bin/bash 
2
dir=`dirname $0`
3
 
4
source /opt/root/bin/thisroot.sh
5
 
6
 
7
root -l  "$dir/start.cxx(\"$dir\")"
8
 
9