Spaces:
Runtime error
Runtime error
File size: 131 Bytes
6532466 |
1 2 3 4 5 6 |
#!/bin/bash
parent_path=$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd -P)
python3 "${parent_path}/../src/ctp_slack_bot/api/main.py"
|