6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Compatibility entrypoint for the accepted native test command.
|
|
set -euo pipefail
|
|
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
|
exec scripts/goal-dev.sh "$@"
|