Files
Containr/start.sh
T
2026-04-10 12:02:36 +02:00

7 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$ROOT_DIR/start-unified.sh" "$@"