Files
youlu-openclaw-workspace/notesearch/notesearch.sh
2026-04-03 15:28:40 -07:00

8 lines
139 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$SCRIPT_DIR"
exec uv run python -m notesearch "$@"