Files

8 lines
161 B
Plaintext
Raw Permalink Normal View History

2025-10-05 19:25:23 +08:00
#!/bin/bash
# Lightweight alias to run Mole via `mo`
2025-10-08 23:58:33 +08:00
2025-10-09 14:24:00 +08:00
set -euo pipefail
2025-10-05 19:25:23 +08:00
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/mole" "$@"