Back [bob@cachyos /]$ tree ├── files │ ├── collections │ │ ├── consoles.html │ ├── files.html │ ├── map.html │ ├── other │ │ ├── buttons.html │ │ ├── diary.html │ │ └── quizresults.html │ ├── other.html │ ├── projects │ │ └── mods │ │ └── gmod │ │ ├── gm-antifurbedroom.html │ │ ├── gm-art-19.html │ │ ├── gm-art-citybar.html │ │ ├── gm-chiitan.html │ │ ├── gm-francishouse.html │ │ └── gm-smallroom.html │ ├── projects.html │ ├── rambles │ │ ├── kosa.html │ │ └── microsoft.html │ └── shrines │ ├── chiitan.html │ ├── minecraft.html ├── index.html ├── not_found.html [bob@cachyos /]$ _