Skip to content

Instantly share code, notes, and snippets.

@banditkroot
Created September 29, 2016 21:12
Show Gist options
  • Save banditkroot/48fb946181dfe1926922972d01c13c90 to your computer and use it in GitHub Desktop.
Save banditkroot/48fb946181dfe1926922972d01c13c90 to your computer and use it in GitHub Desktop.
Petit lanceur pour l'émulateur mednafen.
#!/bin/bash
fichier=`zenity --file-selection --file-filter=""*.zip" "*.cue"" --title="Mednafen"`
mednafen "$fichier"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment