From 5608f4673b09fdb028eb5049ebe0bcc2b0117835 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Mon, 26 Nov 2018 21:44:46 -0500 Subject: [PATCH] tweaking index, diverging from gopher a bit --- bin/cosmic-web | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cosmic-web b/bin/cosmic-web index 3ee9b6e..528233f 100755 --- a/bin/cosmic-web +++ b/bin/cosmic-web @@ -18,9 +18,9 @@ if [ "$run_user" -eq 0 ]; then # Intro text cat "/var/gopher/intro.gophermap" # Ship listings - printf "\\n\\n🢒 Ships, Colonies, Outposts\\n" + printf "\\n🢒 Ships, Colonies, Outposts\\n\\n" # Logs - printf "\\nTransmission log (newest first):\\n" + printf "Transmission Log:\\n" } >> "${file_html}" # Loop through listings gophermap while read -r line; do