Skip to content

Instantly share code, notes, and snippets.

@kdssoftware
Last active November 15, 2023 15:34
Show Gist options
  • Save kdssoftware/c6cc3b77210a91c271e66bd0f8e51c7c to your computer and use it in GitHub Desktop.
Save kdssoftware/c6cc3b77210a91c271e66bd0f8e51c7c to your computer and use it in GitHub Desktop.
Download all .ipa and .apk files from artefact
#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