From fc9e9e7037bbf2f2bc01ac6ffe121c301e7f5541 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:38:32 +0700 Subject: [PATCH] Add files via upload --- start.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..2f25eed --- /dev/null +++ b/start.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cd private +while true; do + python3 listener.py + if [ $? -ne 1 ]; then + break + fi +done