1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 17:59:44 +00:00
Files
Mole/mo
2025-10-08 23:58:33 +08:00

6 lines
142 B
Bash
Executable File

#!/bin/bash
# Lightweight alias to run Mole via `mo`
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/mole" "$@"