Initial Commit

This commit is contained in:
aboutdavid 2021-11-23 19:08:03 +00:00
parent e676cf8375
commit b09f9f7acc
1 changed files with 5 additions and 0 deletions

5
kick.sh Normal file
View File

@ -0,0 +1,5 @@
while :
do
echo "kickall Invalid session (Try restarting your game)" | pm2 attach 13
sleep 10s
done