chore: add local dev helper scripts

This commit is contained in:
wren
2026-05-11 02:06:23 +08:00
parent 32fb2a4812
commit f753b8c6c3
3 changed files with 447 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
exec "$ROOT_DIR/leaudit.sh" "${1:-start}" "${2:-}" "${3:-}"