note search
This commit is contained in:
7
notesearch/notesearch.sh
Executable file
7
notesearch/notesearch.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
exec uv run python -m notesearch "$@"
|
||||
Reference in New Issue
Block a user