add kick test script
This commit is contained in:
7
kick_test.sh
Executable file
7
kick_test.sh
Executable 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 &
|
||||
Reference in New Issue
Block a user