1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 17:24:45 +00:00

Support shorter mo use

This commit is contained in:
Tw93
2025-10-05 19:25:23 +08:00
parent 53bb2751a3
commit f39f04c357
5 changed files with 79 additions and 15 deletions

4
mo Executable file
View File

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