Delete start.sh

pull/2/head
Who? 2024-09-10 21:04:45 +07:00 committed by GitHub
parent 497c407131
commit 6f5299dc52
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