summaryrefslogtreecommitdiffstats
path: root/mtgox
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
commitb09847aae35f03ca12c74bc9905e88ddfd5c7856 (patch)
treef0b320953d465a1389055ae2c7f4a377a10e4161 /mtgox
parent75852ebe0d1822aaa41ee19d6c82f1b9c5f9c8b9 (diff)
mtgox: s/wget/curl/g
Diffstat (limited to 'mtgox')
-rwxr-xr-xmtgox/mtgox.getDepth2
-rwxr-xr-xmtgox/mtgox.getTrades2
-rwxr-xr-xmtgox/mtgox.ticker2
3 files changed, 3 insertions, 3 deletions
diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth
index 7401d532..effc28a0 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 http://mtgox.com/code/data/getDepth.php
diff --git a/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades
index 4901e379..fd0d0ea9 100755
--- a/mtgox/mtgox.getTrades
+++ b/mtgox/mtgox.getTrades
@@ -1,3 +1,3 @@
#! /bin/sh
# get mtgox last trades
-wget -qO- http://mtgox.com/code/data/getTrades.php
+$ curl -ksS http://mtgox.com/code/data/getTrades.phl
diff --git a/mtgox/mtgox.ticker b/mtgox/mtgox.ticker
index bbfcc52d..54a150f0 100755
--- a/mtgox/mtgox.ticker
+++ b/mtgox/mtgox.ticker
@@ -1,4 +1,4 @@
#! /bin/sh
# get mtgox ticker data
set -euf
-wget -qO- http://mtgox.com/code/data/ticker.php
+curl -ksS http://mtgox.com/code/data/ticker.php