💾 Archived View for appl.garden › play › make-stats captured on 2023-06-16 at 16:36:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-26)

➡️ Next capture (2024-03-21)

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

!/bin/sh

sort alphabetical-raw.gmi -k4 --output=alphabetical-raw.gmi

cp alphabetical-raw.gmi alphabetical.gmi

cat << EOF > alphabetical.gmi

gardenappl's Linux and low-spec-ish gaming

$(< alphabetical-raw.gmi)

Stats

About

These were statistics for the Linux and low-spec-ish gaming log, for my overall gaming stats you can check my HLTB profile:

https://howlongtobeat.com/user?n=gardenappl

The statistics are generated by a shell script, so the sorting may be a bit dumb.

the script

EOF