I'm working on a bash script that exports a text file containing an organized list of games on my MiSTer.
This way I can reference the file while I'm out thrifting. Sometimes I accidentally buy something I already dumped.
Does this utility already exist for the MiSTer?
This way I can reference the file while I'm out thrifting. Sometimes I accidentally buy something I already dumped.
Does this utility already exist for the MiSTer?
Comments
https://github.com/MiSTer-devel/Wiki_MiSTer/wiki
find GAME_PATH -name "*.*" > games.txt
which would recursively match any file *.*