mirror of
https://codeberg.org/listyantidewi/your-everyday-tools.git
synced 2026-07-01 23:17:37 +08:00
6 lines
157 B
Bash
Executable File
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" "$@"
|