Created
February 9, 2017 10:40
-
-
Save marcosnakamine/d37b20b2aa4fe6efdb5f0f86861ad2dc to your computer and use it in GitHub Desktop.
Shell - Download with wget authentication
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
#!/bin/bash | |
wget --auth-no-challenge --user='user' --password='pass' 'url' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment