add kick test script

This commit is contained in:
徐学颢
2026-04-19 21:16:41 +08:00
parent 2568fc1a9a
commit c8080d0815
5 changed files with 42 additions and 35 deletions

7
kick_test.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
export OMP_NUM_THREADS=1
host=${1:-localhost}
port=${2:-60000}
python3 run_player.py --host $host --port $port -n 1 -t SE &