mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:44:44 +00:00
5 lines
141 B
Bash
Executable File
5 lines
141 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" "$@"
|