Created
July 13, 2021 16:05
-
-
Save allenday/2a94df2eabb60f1def599b573c494f86 to your computer and use it in GitHub Desktop.
run profanity for x sec to generate a vanity key, then exit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( 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