Page MenuHomeHEPForge

run_whizard.sh.in
No OneTemporary

run_whizard.sh.in

#!/bin/sh
### Check the WHIZARD configuration using sample model and input file
### Usage: run_whizard.sh [OPTIONS] [FILES]
# Make sure the path to the installed version is completely known
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
# Run either the local version or the installed version of WHIZARD
if test -f TESTFLAG; then
../src/whizard $*
else
$bindir/whizard $*
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Thu, Apr 3, 8:02 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4729176
Default Alt Text
run_whizard.sh.in (392 B)

Event Timeline