Skip to content

Instantly share code, notes, and snippets.

@magoon
Created July 16, 2013 00:43
Show Gist options
  • Save magoon/6004849 to your computer and use it in GitHub Desktop.
Save magoon/6004849 to your computer and use it in GitHub Desktop.
Random password alias for your command-line
alias random='curl --silent "https://www.random.org/passwords/?num=1&len=10&format=plain&rnd=new"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment