test
This commit is contained in:
parent
141c28b592
commit
7ea4e028a0
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
echo "Welcome to plex-tools wrapper utility!"
|
echo "Welcome to plex-tools wrapper utility!"
|
||||||
|
|
||||||
script_delegation ()
|
case "$1" in
|
||||||
{
|
token) ./plex-token.sh;;
|
||||||
if [ -f "$1" ] ; then
|
esac
|
||||||
if [ "$1" == "token" ]
|
|
||||||
then
|
|
||||||
source ./plex-token.sh
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "'$1' is not a valid plex-tools command"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
script_delegation
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user