AtlatestRepositorycore-channel

core-channel / tree / scriptsgate-crosspath.sh

1#!/bin/sh
2set -eu
3root=$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)
4exec "$root/seed/scripts/gate-crosspath.sh" "$@"
5