Add startup scripts

This commit is contained in:
JonnyWong16 2020-04-26 20:05:41 -07:00
parent 4bb5920c04
commit cac9e0b164
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
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 &