5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
pip install -r requirements.txt
|
|
export API_TOKEN=$(cat api_token.txt)
|
|
export SSH_KEY=$(cat ssh_public_key.txt)
|
|
python main.py |