From c25c79f1ba719cd999ff81568622c4c3ad8171d8 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 5 Mar 2026 14:41:56 -0800 Subject: Initial commit --- tea_issue.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tea_issue.sh (limited to 'tea_issue.sh') 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}" -- cgit v1.2.1