Last active
July 13, 2020 08:40
-
-
Save midlan/5ef006bf97576916b9391f836a10ce66 to your computer and use it in GitHub Desktop.
Download latest adminer-mysql-en.php
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
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