You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
293 B

7 years ago
#!/bin/bash
source passphrase
8 years ago
source coins
7 years ago
./stop
8 years ago
git pull;
7 years ago
cp ../exchanges/updateprices .;./updateprices
8 years ago
cd ..;
8 years ago
./m_mm;
7 years ago
pkill -15 marketmaker;
7 years ago
stdbuf -oL $1 ./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" &
8 years ago