Files
your-everyday-tools/run.sh
T
2026-04-20 14:53:59 +07:00

7 lines
225 B
Bash
Executable File

#!/usr/bin/env bash
# Launcher for Linux. Run with: ./run.sh
# (macOS users: use run.command — identical content, different filename
# so Finder recognises it as double-clickable.)
exec "$(dirname "$0")/run.command" "$@"