💾 Archived View for g.mikf.pl › gemlog › 2022-08-30-comeback.gmi captured on 2023-09-28 at 15:45:13. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
With the end of August, i plan a comeback to Geminispace.
I made myself scripts for sourcehut pages where this capsule will be now residing
#!/bin/bash # ~/bin/srht.sh curl --oauth2-bearer "[...]" -Fprotocol=$1 -Fcontent=@$2 \ https://pages.sr.ht/publish/g.mikf.pl
#!/bin/bash # ../gecom.sh MKTEMP="$(mktemp)" && tar -C ~/gemcapsule_repo --exclude=".[^/]*" -cvzf "$MKTEMP" . && echo "$MKTEMP"
invoked
../gecom.sh | tee /dev/fd/2 | grep -v '^\.' | xargs -d'\n' -rn 1 srht.sh GEMINI