From 54752e688e15d7de6d5fbb5570a72f21994af482 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 15 Jun 2017 13:23:01 +0300 Subject: [PATCH] Test --- iguana/exchanges/myprices | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 iguana/exchanges/myprices diff --git a/iguana/exchanges/myprices b/iguana/exchanges/myprices new file mode 100755 index 000000000..7333d682b --- /dev/null +++ b/iguana/exchanges/myprices @@ -0,0 +1,2 @@ +source userpass +curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"myprices\"}"