Sign in
foss-fpga-tools
/
prjxray
/
563b54304a041b6311a812ec227edfd26a1a48f8
/
.
/
utils
/
genheader.sh
blob: 7c9bba0ff725730471af6ba3a081ae65abb4feee [
file
] [
log
] [
blame
]
# header for fuzzer generate.sh scripts
if
[
-
z
"$XRAY_DATABASE"
];
then
echo
"No XRAY environment found. Make sure to source the settings file first!"
exit
1
fi
set
-
ex
test $
# = 1
test
!
-
e $1
mkdir $1
cd $1