#! /bin/sh if [ ! $# = 1 ]; then echo echo Boots an UnterMUD installation loated at the specified directory path. echo echo usage: $0 directory_path echo exit 1 fi ./mud -c $1/config -s startup &