From dcf9a2a11f299e3abc444117df515bc5d0bf0e3b Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 8 Oct 2025 23:58:33 +0800 Subject: [PATCH] It is more recommended to use mo --- mo | 1 + 1 file changed, 1 insertion(+) diff --git a/mo b/mo index a34699e..f0a9572 100755 --- a/mo +++ b/mo @@ -1,4 +1,5 @@ #!/bin/bash # Lightweight alias to run Mole via `mo` + SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" exec "$SCRIPT_DIR/mole" "$@"