#!/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 &