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