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.

10 lines
256 B

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