ctp-slack-bot / scripts /run-dev.sh
LiKenun's picture
Refactor #3
bb7c9a3
raw
history blame contribute delete
142 Bytes
#!/bin/bash
parent_path=$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd -P)
log_level=DEBUG python3 "${parent_path}/../src/ctp_slack_bot/app.py"