I have a modified gophermap for my blog (see gopher://tilde.team:70/1/~nytpu/blog), but whenever I would write a blog post or rebuild the pages, it would overwrite it, and I quickly got tired of having to do cat .gophermap.footer >> gophermap after messing with the blog. The change simply checks if the gophermap exists before cating to it.
I have a modified gophermap for my blog (see gopher://tilde.team:70/1/~nytpu/blog), but whenever I would write a blog post or rebuild the pages, it would overwrite it, and I quickly got tired of having to do `cat .gophermap.footer >> gophermap` after messing with the blog. The change simply checks if the gophermap exists before `cat`ing to it.
I have a modified gophermap for my blog (see gopher://tilde.team:70/1/~nytpu/blog), but whenever I would write a blog post or rebuild the pages, it would overwrite it, and I quickly got tired of having to do
cat .gophermap.footer >> gophermap
after messing with the blog. The change simply checks if the gophermap exists beforecat
ing to it.5335002c4a
.