Files
2026-06-06 19:05:17 +07:00

6 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
# Launcher for Linux. Run with: ./run.sh
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/run.command" "$@"