Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JPrintHeader.sh
Go to the documentation of this file.
1#!/usr/bin/env zsh
2#
3# \author mdejong
4#
5script=${0##*/}
6
7# ------------------------------------------------------------------------------------------
8#
9# Auxiliary script to print Monte Carlo header.
10#
11# ------------------------------------------------------------------------------------------
12
13if [ -z $JPP_DIR ]; then
14 echo "Variable JPP_DIR undefined."
15 exit
16fi
17
18source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
19
20if do_usage $*; then
21 usage "$script (input file)+"
22fi
23
24INPUT_FILES=($*)
25
26JPrintHeader \
27 -f "${INPUT_FILES[*]}"