From cac9e0b164088e2d2a17e1dc7bacf84292282c94 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 26 Apr 2020 20:05:41 -0700 Subject: [PATCH] Add startup scripts --- start.bat | 1 + start.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 start.bat create mode 100755 start.sh 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