rollbot-local.sh 78 B

12345
  1. #!/usr/bin/env bash
  2. pushd src/
  3. ROLLBOT_CFG_DIR=../config python3 app.py
  4. popd