Wonky.Client/build-all.sh

11 lines
No EOL
147 B
Bash
Executable file

#!/usr/bin/env bash
if [[ -z $1 ]]; then
echo "no version"
exit 1
fi
./alfa-build.sh $1
./edu-build.sh $1
./next-build.sh $1
./prod-build.sh $1