💾 Archived View for gemini.circumlunar.space › ~ew › file › 20201217-gem-archive-index.sh.gmi captured on 2022-01-08 at 14:44:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-05)
-=-=-=-=-=-=-
------------------------------------------------------------ #!/bin/bash # 2020-12-13 ew unset LANG set -euo pipefail # head cat <<EOF # ~ew's FlightLog ## Archive Index => /index.gmi Home => /tag-index.gmi Tag Index EOF # files find . -type f | sed -e 's|^\./||' | grep -v '^file/' | LANG='' sort -r | grep '20.*\.gmi