5 lines
No EOL
196 B
Bash
5 lines
No EOL
196 B
Bash
if [ -z ${dir+x} ]; then echo "\$dir not set, skipping."; exit 22; else
|
|
if [ -z ${icf+x} ]; then echo "ICF url not set, skipping."; else
|
|
wget $icf -O $dir/segatools/amfs/ICF1
|
|
fi
|
|
fi |