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