This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
slack-bot-testing/runner.sh

6 lines
113 B
Bash
Raw Normal View History

#!/bin/bash
RUNNER_ENV=$1
SLACK_API_TOKEN=$(cat .api_token) ~/miniconda3/bin/python slack-bot-$RUNNER_ENV.py &