Skip to content

bogoexchange#14

Open
RSAkidinUSA wants to merge 12 commits into
masterfrom
bogoexchange
Open

bogoexchange#14
RSAkidinUSA wants to merge 12 commits into
masterfrom
bogoexchange

Conversation

@RSAkidinUSA
Copy link
Copy Markdown
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.

1 participant