mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
rm -fv bbgo.sqlite3
|
|
rockhopper --config rockhopper_sqlite.yaml up
|
|
rockhopper --config rockhopper_sqlite.yaml down --to 1
|