This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # Purpose: Demonstrate usage of select and case with toggleable flags to indicate choices | |
| # 2013-05-10 - Dennis Williamson | |
| choice () { | |
| local choice=$1 | |
| if [[ ${opts[choice]} ]] # toggle | |
| then | |
| opts[choice]= | |
| else | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ==UserScript== | |
| // @name EmuParadise Download Workaround | |
| // @version 1.2.3 | |
| // @description Replaces the download button link with a working one | |
| // @author infval (Eptun) | |
| // @match https://www.emuparadise.me/*/*/* | |
| // @grant none | |
| // ==/UserScript== | |
| // https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <game> | |
| <path>./game.ext</path> | |
| <name>game</name> | |
| <image>./path/to.png</image> | |
| <video>./path/to.mp4</video> | |
| <marquee>./path/to.png</marquee> | |
| <wheel>./path/to.png</wheel> | |
| <desc>Desription of game.</desc> | |
| <rating /> | |
| <developer /> |