Files
Apollo3D_SE/kick_test.sh

8 lines
138 B
Bash
Raw Permalink Normal View History

2026-04-19 21:16:41 +08:00
#!/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 &