granthi-sync v1: granthi-link provisioning service + client daemon + tests
Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Thin wrapper: run the granthi-sync client from anywhere.
|
||||
DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
exec python3 "$DIR/client/granthi_sync_client.py" "$@"
|
||||
Reference in New Issue
Block a user