diff options
author | tv <tv@also> | 2011-08-06 03:09:45 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-06 03:09:45 +0200 |
commit | c252c039b4a97758bc18e2e2bc6d393eed941d7d (patch) | |
tree | 37bd28b5f56252275671d587537963ec7eab730b /mtgox | |
parent | 0927b22ba003db142534e5b1bac7f071149719f7 (diff) |
${btc-stuff} -> btc/
Diffstat (limited to 'mtgox')
-rwxr-xr-x | mtgox/mtgox.getDepth | 3 | ||||
-rwxr-xr-x | mtgox/mtgox.getTrades | 3 | ||||
-rwxr-xr-x | mtgox/mtgox.ticker | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth deleted file mode 100755 index 9a607979..00000000 --- a/mtgox/mtgox.getDepth +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# get mtgox market depth -$ curl -ksS https://mtgox.com/code/data/getDepth.php diff --git a/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades deleted file mode 100755 index 73e5a68d..00000000 --- a/mtgox/mtgox.getTrades +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# get mtgox last trades -$ curl -ksS https://mtgox.com/code/data/getTrades.phl diff --git a/mtgox/mtgox.ticker b/mtgox/mtgox.ticker deleted file mode 100755 index b24dfb35..00000000 --- a/mtgox/mtgox.ticker +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -# get mtgox ticker data -set -euf -curl -ksS https://mtgox.com/code/data/ticker.php |