chore: add local dev helper scripts
This commit is contained in:
Executable
+5
@@ -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:-}"
|
||||
Reference in New Issue
Block a user