#!/usr/bin/env bash
# Compatibility adapter. Path decisions live only in runtime/paths.js.
set -eu

ROOT="$(cd "$(dirname "$0")/.." && pwd -P)"
exec "$ROOT/bin/gstack" paths --shell
