💾 Archived View for appl.garden › play › bb2gem captured on 2023-09-28 at 15:54:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-10)

➡️ Next capture (2024-06-16)

🚧 View Differences

-=-=-=-=-=-=-

!/bin/sh

name="${1%%.*}"

gawk -f bb2gem.gawk < "${name}.bb" > "${name}.gmi"

printf '\n\ngardenapple - %s\n\n=> ./ Linux and low-spec-ish gaming' "$(date -I)" >> "${name}.gmi"

echo "Possibly un-handled [TAG]s:"

grep '\[' < "${name}.gmi"

~/code/go/amfora/amfora "file://$(realpath "${name}.gmi")" || amfora "file://$(realpath "${name}.gmi")"

rm -i -- "${name}.bb"