Skip to content

Instantly share code, notes, and snippets.

@adultalldabloons
adultalldabloons / GameMaster.sh
Last active January 1, 2026 01:07
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