- or download this
config_description=Configuration for disk
config_hardware=true
...
whdload_custom4=0
whdload_custom5=0
whdload_custom=
- or download this
#!/usr/bin/perl
...
close $outfh;
}
close $fh;
- or download this
#!/bin/bash
...
wait
#remove additional files in game folders
sh cleanup.sh
- or download this
for d in /home/pi/RetroPie/roms/amiga/games/*/
do
(cd "$d" && rm gamelis* | rm confi* | rm amiberry*)
done