Dribble/start_penalty.sh

8 lines
223 B
Bash
Raw Normal View History

2024-05-06 19:33:33 +08:00
#!/bin/bash
export OMP_NUM_THREADS=1
host=${1:-localhost}
port=${2:-3100}
python3 ./Run_Player.py -i $host -p $port -u 1 -t FCPortugal -P 1 -D 0 &
python3 ./Run_Player.py -i $host -p $port -u 11 -t FCPortugal -P 1 -D 0 &