Last active
November 15, 2023 15:34
-
-
Save kdssoftware/c6cc3b77210a91c271e66bd0f8e51c7c to your computer and use it in GitHub Desktop.
Download all .ipa and .apk files from artefact
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
#Download all .ipa and .apk files from artefact | |
wget 'http://artefacts.endpoint/path' -nH --cut-dirs=2 -r -np -nc -q -A ipa,apk -P './path/destination' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment