Add sample/cli.sh to invoke CLI commands on 'sample' installation

This commit is contained in:
Olivier 'reivilibre 2025-06-12 22:13:14 +01:00
parent bfccad9c8d
commit 80b76511ec

5
sample/cli.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
cd "$(dirname "$0")"
HORNBEAM_BASE=.. exec cargo run -- --config "config.toml" --secrets "secrets.toml" "$@"