plex-tools/plex-tools.sh
deathbybandaid 10adb23197 test
2023-03-14 11:22:24 -04:00

11 lines
269 B
Bash

#!/bin/bash
echo "Welcome to plex-tools wrapper utility!"
case "$1" in
token) source ./plex-token.sh;;
token) source ./DBRepair.sh stop auto start exit;;
"") echo "No plex-tools command given";;
*) echo "'$1' is not a valid plex-tools command";;
esac