Jpp
18.0.0-rc.3
the software that should make you happy
|
Go to the source code of this file.
Functions | |
then fatal File $INPUT_FILE does not exist fi | if (($ID==0)) |
then fatal Invalid detector identifier $argv[3] fi | if (($MINRUN==0)) |
then fatal Invalid minimal run $argv[4] fi | if (($MAXRUN==0)) |
then fatal Invalid minimal run $argv[5] fi | if (($MINRUN > $MAXRUN)) |
then fatal Invalid version | $argv (special characters not allowed)" fi setopt extendedglob typeset -Z8 ID typeset -Z8 MINRUN typeset -Z8 MAXRUN let COUNTER |
Variables | |
script | |
then usage $script< input file > < path >< detectoridentifier > < minimalrun >< maximalrun > < type >< version > nUtility script to store file in archive fi case set_variable INPUT_FILE | $argv [1] |
let | ID =" $argv[3]" |
let | MINRUN =" $argv[4]" |
let | MAXRUN =" $argv[5]" |
*fatal Wrong number of arguments esac | if [[!-d $DIR]] |
then fatal File $INPUT_FILE does not exist fi if | ( | ($ID==0) | ) |
script |
Definition at line 5 of file putFile.sh.
set_variable VERSION $argv[7] |
Definition at line 18 of file putFile.sh.
let ID =" $argv[3]" |
Definition at line 20 of file putFile.sh.
let MINRUN =" $argv[4]" |
Definition at line 21 of file putFile.sh.
let MAXRUN =" $argv[5]" |
Definition at line 22 of file putFile.sh.
Definition at line 24 of file putFile.sh.