diff --git a/start.bat b/start.bat new file mode 100755 index 00000000..db5c7196 --- /dev/null +++ b/start.bat @@ -0,0 +1 @@ +Start pythonw Tautulli.py \ No newline at end of file diff --git a/start.sh b/start.sh new file mode 100755 index 00000000..f1332bc9 --- /dev/null +++ b/start.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +python Tautulli.py &> /dev/null & \ No newline at end of file