mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
3 lines
139 B
Bash
Executable File
3 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
rm -fv bbgo.sqlite3 && rockhopper --config rockhopper_sqlite.yaml up && rockhopper --config rockhopper_sqlite.yaml down --to 1
|