mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
rockhopper --config rockhopper_sqlite.yaml create --type sql $1
|
|
rockhopper --config rockhopper_mysql.yaml create --type sql $1
|