openctp / webctp

将CTP接口转换成websocket+json协议对外通讯,适合web类应用。
http://www.openctp.cn
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

添加启动脚本 #8

Open DennisXie opened 1 year ago

DennisXie commented 1 year ago

添加各个平台的启动脚本,方便一键启动分为如下几个脚本

# Windows
webctp_md.ps1 -c configure_file
webctp_td.ps1 -c configure_file
# Linux
webctp_md.sh -c configure_file
webctp_td.sh -c configure_file
# MacOS
webctp_md.sh -c configure_file
webctp_td.sh -c configure_file