Jpp 20.0.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
dst.sh
Go to the documentation of this file.
1#!/usr/bin/env zsh
2#
3# \author mdejong
4#
5script=${0##*/}
6
7source $JPP_DIR/setenv.sh $JPP_DIR
8
9if do_usage $*; then
10 usage "$script <input file> <output file>"
11fi
12
13if (( $# != 2 )); then
14 fatal "Wrong number of arguments."
15fi
16
17$JPP_DIR/examples/JReconstruction/dst -f $1 -o $2