From fb0c59332c10d42a1835a31f74020fc0039c0fa7 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 10:57:02 -0400 Subject: [PATCH] test --- plex-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex-tools.sh b/plex-tools.sh index bc85429..4b3990a 100644 --- a/plex-tools.sh +++ b/plex-tools.sh @@ -3,5 +3,5 @@ echo "Welcome to plex-tools wrapper utility!" case "$1" in - token) ./plex-token.sh;; + token) source ./plex-token.sh;; esac