1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00
Files
Mole/mo
2025-10-09 14:24:00 +08:00

8 lines
161 B
Bash
Executable File

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