💾 Archived View for g.dublu.net › gem › log › 2022 › 11 › 23.gmi captured on 2023-01-29 at 15:35:05. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
~~Wed Nov 23 17:41:25 EST 2022
Hello again, I just wrote a bash script that adds the newlines in the notebook on this page. (you can see it on the homepage) I did this because I wanted the notebook to be in monospace text, so the timestamps can line up. This gemini server is managed by bash scripts, I made the scripts to automatically make these posts, and add to the notebook. I will give an explanation, as I'm sure it will be helpful to someone.
The full file is:
#!/bin/bash readarray entries < "$1" for i in "${entries[@]}" do IFS=