Skip to content

Instantly share code, notes, and snippets.

@midlan
Last active July 13, 2020 08:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save midlan/5ef006bf97576916b9391f836a10ce66 to your computer and use it in GitHub Desktop.
Save midlan/5ef006bf97576916b9391f836a10ce66 to your computer and use it in GitHub Desktop.
Download latest adminer-mysql-en.php
wget -q -O - https://api.github.com/repos/vrana/adminer/releases/latest | jq -r '.assets[] | select((.name | endswith("-mysql-en.php")) and (.name | startswith("adminer"))) | .browser_download_url' | xargs wget -q -O - > adminer.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment