mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
5 lines
118 B
Bash
5 lines
118 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
rockhopper --config rockhopper_mysql.yaml up
|
||
|
rockhopper --config rockhopper_mysql.yaml down --to 1
|