Wonky.Client/build-all.sh

11 lines
147 B
Bash
Raw Permalink Normal View History

#!/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