An application that tries to interpret the Gopher protocol into a filesystem.
Due to limitations in the gopher standard is the behaviour of opening plain
files as long as it needs to download the whole file. A cache of these files
is created in ~/.gopherfs or /tmp, if $HOME is not set.

Usage:
	gopherfs $server $mountpoint

Have fun.

