Skip to content

Instantly share code, notes, and snippets.

@dweomer
Created May 17, 2017 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dweomer/b5e7fd5fdd12b8c2c5fa5aaaea5775e2 to your computer and use it in GitHub Desktop.
Save dweomer/b5e7fd5fdd12b8c2c5fa5aaaea5775e2 to your computer and use it in GitHub Desktop.
random passwords
#!/bin/sh
curl 'https://www.random.org/passwords/?num=10&len=20&format=plain&rnd=new'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment