Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Created February 9, 2017 10:40
Show Gist options
  • Save marcosnakamine/d37b20b2aa4fe6efdb5f0f86861ad2dc to your computer and use it in GitHub Desktop.
Save marcosnakamine/d37b20b2aa4fe6efdb5f0f86861ad2dc to your computer and use it in GitHub Desktop.
Shell - Download with wget authentication
#!/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