#!/bin/bash if [ "$1" = "build" ] ; then ./build.sh fi ./start_account.sh ./start_game.sh ./start_version.sh