#!/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