diff options
Diffstat (limited to 'mtgox/mtgox.getDepth')
-rwxr-xr-x | mtgox/mtgox.getDepth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth index 7401d532..9a607979 100755 --- a/mtgox/mtgox.getDepth +++ b/mtgox/mtgox.getDepth @@ -1,3 +1,3 @@ #! /bin/sh # get mtgox market depth -wget -qO- http://mtgox.com/code/data/getDepth.php +$ curl -ksS https://mtgox.com/code/data/getDepth.php |