plex-tools/plex-tools.sh
deathbybandaid 15fb5200c3 test
2023-03-14 08:44:15 -04:00

10 lines
166 B
Bash

#!/bin/bash
echo "Welcome to plex-tools wrapper utility!"
if ! command -v plex-tools &> /dev/null
then
echo "plex-tools command could not be found"
exit
fi