diff options
author | tv <tv@also> | 2011-07-31 04:19:55 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:19:55 +0200 |
commit | a88775480f3500bc3e12d9263ef47ca953c76189 (patch) | |
tree | bd22f8c992b3d18f9b5365e9089e48bf04301ecc /btc/mtgox/mtgox.getDepth | |
parent | d42b585a1e8dfaf8184021a4664bbbe2b3fc10a9 (diff) | |
parent | 2556c9d78ca81e5851120e8eae7fae2eb70dbbaa (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'btc/mtgox/mtgox.getDepth')
-rwxr-xr-x | btc/mtgox/mtgox.getDepth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btc/mtgox/mtgox.getDepth b/btc/mtgox/mtgox.getDepth index 7401d532..9a607979 100755 --- a/btc/mtgox/mtgox.getDepth +++ b/btc/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 |