#accessing the right directory
cd ~/
cd gopher/phlog

rm gophermap
touch gophermap

less ~/bin/logo/logo>>gophermap

echo >>gophermap
echo >>gophermap

for file in *
do
if [ $file = "gophermap" ]
then
echo
else
head -8 $file>>gophermap
echo "0Continue reading $file   $file">>gophermap
echo>>gophermap
echo>>gophermap
fi
done
chmod a+rw *