cthulu3/
cthulu3/backup/
cthulu3/distribution/
cthulu3/gods/
cthulu3/html/help/basic/
cthulu3/html/help/skills/
cthulu3/log/
cthulu3/player/
#!/bin/bash 
#
# Set the port number

declare port=9999

# Start the muds minder...

/home/cthulhu/mud/drv8/startyog $port &

# All done

exit 0