Skip to content

Instantly share code, notes, and snippets.

@codeniko
Created March 29, 2017 04:02
Show Gist options
  • Select an option

  • Save codeniko/fbc20a23dbc0e02c15bf13b5c805dbb7 to your computer and use it in GitHub Desktop.

Select an option

Save codeniko/fbc20a23dbc0e02c15bf13b5c805dbb7 to your computer and use it in GitHub Desktop.
Download rom
#!/bin/bash
zip='.tmp.zip'
curl -L -k -e 'https://www.emuparadise.me' "$1" > "$zip"
unzip "$zip"
rm "$zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment