From 8c5c3cd3456fbe4a04a4257fe7b431b609b6ec37 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 11:07:10 -0400 Subject: [PATCH] test --- plex-tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plex-tools.sh b/plex-tools.sh index 4b3990a..a16213d 100644 --- a/plex-tools.sh +++ b/plex-tools.sh @@ -4,4 +4,5 @@ echo "Welcome to plex-tools wrapper utility!" case "$1" in token) source ./plex-token.sh;; + *) echo "not a valid plex-tools command";; esac