reifat_daily-notes-sorter/scripts/install/install.command
2025-11-15 00:49:31 +01:00

7 lines
177 B
Bash
Executable file

#!/usr/bin/env bash
# macOS double-clickable wrapper that delegates to the Unix installer
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bash "$SCRIPT_DIR/install.sh" "$@"