Skip to content

Commit 4b552b4

Browse files
committed
save options in ~/.heprapprc
1 parent 8ab0f37 commit 4b552b4

File tree

1 file changed

+1
-1
lines changed
  • examples/detector/visualization

1 file changed

+1
-1
lines changed

examples/detector/visualization/hv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
1010
if [ ! -f $DIR/HepRApp.jar ]; then
1111
wget -P $DIR http://www.slac.stanford.edu/~perl/HepRApp/HepRApp.jar
1212
fi
13-
java -jar $DIR/HepRApp.jar -opt $DIR/HepRApp.properties -file $1
13+
java -jar $DIR/HepRApp.jar -opt ~/.heprapprc -file $1

0 commit comments

Comments
 (0)