Files

5 lines
133 B
Bash
Raw Permalink Normal View History

2026-09-12 11:01:37 +02:00
#!/bin/bash
set -euo pipefail
resources=$(cd "$(dirname "$0")/../Resources" && pwd)
exec /bin/bash "$resources/game/macos/launch.sh"