Skip to content

Instantly share code, notes, and snippets.

@sio2boss
Created May 23, 2018 18:44
Show Gist options
  • Save sio2boss/102ebed46018d376326865bd7219c9c5 to your computer and use it in GitHub Desktop.
Save sio2boss/102ebed46018d376326865bd7219c9c5 to your computer and use it in GitHub Desktop.
Pass params to wget so you can download Java
#!/bin/bash
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment