cthulu3/
cthulu3/backup/
cthulu3/distribution/
cthulu3/gods/
cthulu3/html/help/basic/
cthulu3/html/help/skills/
cthulu3/log/
cthulu3/player/
#!/bin/bash 
#
# Touch all of the source files to resync the date...

touch *.c
touch *.h
touch Makefile

# All done

exit 0