From 3a202fe94eff7b68fa3ffdac35caabf5ee815284 Mon Sep 17 00:00:00 2001 From: club-mate Date: Sun, 31 Jul 2011 03:50:12 +0200 Subject: mtgox: s/wget/curl/g --- btc/mtgox/mtgox.getDepth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btc/mtgox/mtgox.getDepth') diff --git a/btc/mtgox/mtgox.getDepth b/btc/mtgox/mtgox.getDepth index 7401d532..effc28a0 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 http://mtgox.com/code/data/getDepth.php -- cgit v1.2.3