diff options
| author | Christian Cunningham <cc@local.lan> | 2026-03-05 14:41:56 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2026-03-05 14:41:56 -0800 |
| commit | c25c79f1ba719cd999ff81568622c4c3ad8171d8 (patch) | |
| tree | f82f35b27e89fb743b670079918fc97a3fafd42f /tea_issue.sh | |
Initial commit
Diffstat (limited to 'tea_issue.sh')
| -rw-r--r-- | tea_issue.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tea_issue.sh b/tea_issue.sh new file mode 100644 index 0000000..bbcb5dc --- /dev/null +++ b/tea_issue.sh @@ -0,0 +1,3 @@ +#!/bin/bash +[ ! -f .env ] || export $(grep -v '^#' .env | xargs) +echo tea issues --login teagent --repo "${REPO_NAME}" |
