This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoincashjs
mirror of
https://github.com/lukechilds/bitcoincashjs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
893
Commits
3
Branches
7
Tags
11 MiB
Tree:
d313ed037e
master
patch-1
patch-2
v0.1.10
v0.1.2
v0.1.3
v0.1.5
v0.1.6
v0.1.7
v0.1.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd313ed037e'
${ noResults }
bitcoincashjs
/
failsearch.sh
10 lines
95 B
Raw
Normal View
History
working on fixing the wierd test
11 years ago
#! /bin/bash
# run mocha until it fails
COUNTER
=
0
trying to fix
11 years ago
mocha
while
[
$?
-ne
0
]
;
do
working on fixing the wierd test
11 years ago
mocha
done