We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab0f37 commit 4b552b4Copy full SHA for 4b552b4
examples/detector/visualization/hv
@@ -10,4 +10,4 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
10
if [ ! -f $DIR/HepRApp.jar ]; then
11
wget -P $DIR http://www.slac.stanford.edu/~perl/HepRApp/HepRApp.jar
12
fi
13
-java -jar $DIR/HepRApp.jar -opt $DIR/HepRApp.properties -file $1
+java -jar $DIR/HepRApp.jar -opt ~/.heprapprc -file $1
0 commit comments