aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-26 15:35:36 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-26 19:13:12 -0500
commit0e70f48a878d7a4d59830d812368e804da39ddb5 (patch)
treec5ee38a666056fe0acab2a55bba3c2f6606682eb
parentd63b22dae1fefd501ba3de7a4aae7cbb3a9d837a (diff)
wierd thing with new lines
-rwxr-xr-xgen/gen_index.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gen/gen_index.sh b/gen/gen_index.sh
index ad0b253..1463edd 100755
--- a/gen/gen_index.sh
+++ b/gen/gen_index.sh
@@ -2,7 +2,8 @@
echo -e "---\ntitle: All Stories\n---\n"
-echo "You can also see the stories sorted by life lessons [here](/life_lessons.html)\n"
+echo "You can also see the stories sorted by life lessons [here](/life_lessons.html)"
+echo
for i in $(find md -maxdepth 1 -name "*.md" -printf '%f\n'); do
(