1 2 3 4 5
#!/bin/bash set -o errexit -o nounset RUNDIR="$(dirname "$0")" cd "$RUNDIR" && ./run.sh --config configs/kresd.yaml "$@"