Skip to content

Conversation

@RSAkidinUSA
Copy link
Owner

Major updates to the cryptocurrency checker.
@alexvb7 @cooperra7 @Owen-E please review.

The following script should help with repeated testing

#!/bin/bash
while ( true ); do
bogoexchange --guess-again -bb > /dev/null
if [[ $? != 0 ]]; then
break
fi
done

@RSAkidinUSA RSAkidinUSA added enhancement New feature or request bug-fix Fixed a bug that was there, probably made several more in the process labels Feb 24, 2018
@RSAkidinUSA RSAkidinUSA self-assigned this Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix Fixed a bug that was there, probably made several more in the process enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants