Add files via upload

pull/2/head
Who? 2024-09-10 20:38:32 +07:00 committed by GitHub
parent 81fee14f00
commit fc9e9e7037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

9
start.sh 100644
View File

@ -0,0 +1,9 @@
#!/bin/bash
cd private
while true; do
python3 listener.py
if [ $? -ne 1 ]; then
break
fi
done