Delete start.sh

pull/2/head
Who? 2024-09-24 17:01:59 +07:00 committed by GitHub
parent a2de7c013a
commit b766f87a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

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