Skip to content

Instantly share code, notes, and snippets.

@allenday
Created July 13, 2021 16:05
Show Gist options
  • Save allenday/2a94df2eabb60f1def599b573c494f86 to your computer and use it in GitHub Desktop.
Save allenday/2a94df2eabb60f1def599b573c494f86 to your computer and use it in GitHub Desktop.
run profanity for x sec to generate a vanity key, then exit
( cmdpid=$BASHPID; (sleep 3600; kill $cmdpid) & exec ./profanity.x64 --matching 888888XXXXXXXXXXXXXXXXXXXXXXXXXXXX888888 | grep --line-buffered Score >> keys.txt )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment