AlloyMUSH-1.1/conf/
AlloyMUSH-1.1/misc/
AlloyMUSH-1.1/scripts/
AlloyMUSH-1.1/vms/
#!/bin/sh
#
if [ ! -x Startmush ]; then
 echo Please run $0 from the AlloyMUSH directory.
 exit 1
fi

rm -f shutdown.status >/dev/null
touch shutdown.status

./Startmush >/dev/null &