diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-26 15:35:36 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-26 19:13:12 -0500 |
| commit | 0e70f48a878d7a4d59830d812368e804da39ddb5 (patch) | |
| tree | c5ee38a666056fe0acab2a55bba3c2f6606682eb /gen/gen_index.sh | |
| parent | d63b22dae1fefd501ba3de7a4aae7cbb3a9d837a (diff) | |
wierd thing with new lines
Diffstat (limited to 'gen/gen_index.sh')
| -rwxr-xr-x | gen/gen_index.sh | 3 |
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 ( |
