ctp-slack-bot / scripts /run-dev.sh
LiKenun's picture
Add development run script and instructions
6532466
raw
history blame
131 Bytes
#!/bin/bash
parent_path=$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd -P)
python3 "${parent_path}/../src/ctp_slack_bot/api/main.py"