1 2 3
#!/bin/bash [ ! -f .env ] || export $(grep -v '^#' .env | xargs) echo tea issues --login teagent --repo "${REPO_NAME}"