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