summaryrefslogtreecommitdiffstats
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
parent2519edbf48cc1a32eee6a6232c71fdb169954fa8 (diff)
mtgox: s/wget/curl/g
-rwxr-xr-xbtc/mtgox/mtgox.getDepth2
-rwxr-xr-xbtc/mtgox/mtgox.getTrades2
-rwxr-xr-xbtc/mtgox/mtgox.ticker2
3 files changed, 3 insertions, 3 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
diff --git a/btc/mtgox/mtgox.getTrades b/btc/mtgox/mtgox.getTrades
index 4901e379..fd0d0ea9 100755
--- a/btc/mtgox/mtgox.getTrades
+++ b/btc/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/btc/mtgox/mtgox.ticker b/btc/mtgox/mtgox.ticker
index bbfcc52d..54a150f0 100755
--- a/btc/mtgox/mtgox.ticker
+++ b/btc/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