mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 22:20:19 +08:00
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
PRESSURE_STAGE="${PRESSURE_STAGE:-S1}"
|
|
exec "$(dirname "$0")/run_gateway_mock_streaming_stage.sh"
|