diff options
-rwxr-xr-x | phlogthis | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,9 @@ echo "Article saved as $dest" cd $root -echo "╔═══════════════════════════════════╗" > gophermap -echo "║ Phil's Phlog ║" >> gophermap -echo "╚═══════════════════════════════════╝" >> gophermap +echo "+-----------------------------------+" > gophermap +echo "| Phil's Phlog |" >> gophermap +echo "+-----------------------------------+" >> gophermap echo "" >> gophermap echo "0[Rss feed] /phlog/rss.xml spike.nagatha.fr 70" >> gophermap echo "" >> gophermap |