mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
7 lines
182 B
Bash
Executable File
7 lines
182 B
Bash
Executable File
#!/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
|