mirror of
https://codeberg.org/listyantidewi/your-everyday-tools.git
synced 2026-07-02 07:27:39 +08:00
7 lines
225 B
Bash
Executable File
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" "$@"
|