Skip to content

Instantly share code, notes, and snippets.

@pnappa
Created March 14, 2020 05:43
Show Gist options
  • Save pnappa/2d77beb6300b8fd1fbb1be2c1d13c23e to your computer and use it in GitHub Desktop.
Save pnappa/2d77beb6300b8fd1fbb1be2c1d13c23e to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..1000}; do
x="$RANDOM""$RANDOM"
echo -n "$x "
echo -n "$x" | shasum -a 1
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment