Add startup scripts

This commit is contained in:
JonnyWong16
2020-04-26 20:05:41 -07:00
parent 4bb5920c04
commit cac9e0b164
2 changed files with 3 additions and 0 deletions

1
start.bat Executable file
View File

@@ -0,0 +1 @@
Start pythonw Tautulli.py

2
start.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
python Tautulli.py &> /dev/null &