summaryrefslogtreecommitdiffstats
path: root/btc/mtgox/mtgox.getDepth
diff options
context:
space:
mode:
authorclub-mate <spam@hensen.it>2011-07-31 03:50:12 +0200
committerclub-mate <spam@hensen.it>2011-07-31 03:50:12 +0200
commit98920b56cc260b7afa6e263f18578b9f403a7d0f (patch)
treeb8986250368c711e21a640724213bb049ddc597c /btc/mtgox/mtgox.getDepth
parent2519edbf48cc1a32eee6a6232c71fdb169954fa8 (diff)
mtgox: s/wget/curl/g
Diffstat (limited to 'btc/mtgox/mtgox.getDepth')
-rwxr-xr-xbtc/mtgox/mtgox.getDepth2
1 files changed, 1 insertions, 1 deletions
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