This website requires JavaScript.
Explore
Help
Sign In
BTCPrivate
/
bitcore
mirror of
https://github.com/BTCPrivate/bitcore.git
Watch
1
Star
0
Fork
You've already forked bitcore
0
Code
Issues
Projects
Releases
Wiki
Activity
b402bbfa6c
bitcore
/
failsearch.sh
10 lines
95 B
Bash
Executable File
Raw
Blame
History
#! /bin/bash
# run mocha until it fails
COUNTER
=
0
mocha
while
[
$?
-eq
0
]
;
do
mocha
done
Reference in New Issue
View Git Blame
Copy Permalink