Skip to content

Instantly share code, notes, and snippets.

@adultalldabloons
adultalldabloons / GameMaster.sh
Last active October 25, 2025 21:37
Myrient downloader for ArkOS
#!/bin/bash
# Licensed under the MIT License – https://opensource.org/licenses/MIT
DOWNLOAD_LOCATION="/roms"
if mountpoint -q /roms2; then
DOWNLOAD_LOCATION="/roms2"
fi
declare -A system_to_url