Help for this page

Select Code to Download


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