File size: 110 Bytes
52a881a | 1 2 3 4 5 6 7 | #!/bin/bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
"${SCRIPT_DIR}/run_infer.sh" "$@"
|
52a881a | 1 2 3 4 5 6 7 | #!/bin/bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
"${SCRIPT_DIR}/run_infer.sh" "$@"
|