Skip to content

Instantly share code, notes, and snippets.

@asears
Created February 6, 2020 01:51
Show Gist options
  • Select an option

  • Save asears/a71c36a403daddd1d6e3b2620fbf564d to your computer and use it in GitHub Desktop.

Select an option

Save asears/a71c36a403daddd1d6e3b2620fbf564d to your computer and use it in GitHub Desktop.
Random Generator
#!/bin/sh
echo $RANDOM
openssl rand -base64 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment