Files

5 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
# Back-compat wrapper — calls verify_phase0.sh
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$DIR/verify_phase0.sh" "$@"