run_all.sh 101 B

12345678
  1. #!/bin/bash
  2. set -e
  3. # shellcheck disable=SC1091
  4. . ./config.sh
  5. ../tools/integration/run_all.sh "$@"