5 lines
113 B
Bash
Executable file
5 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
RUNNER_ENV=$1
|
|
|
|
SLACK_API_TOKEN=$(cat .api_token) ~/miniconda3/bin/python slack-bot-$RUNNER_ENV.py &
|