From 80b76511ecad8f0984f71f1bc49036c19dfbb69a Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 12 Jun 2025 22:13:14 +0100 Subject: [PATCH] Add sample/cli.sh to invoke CLI commands on 'sample' installation --- sample/cli.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 sample/cli.sh diff --git a/sample/cli.sh b/sample/cli.sh new file mode 100755 index 0000000..b91ee29 --- /dev/null +++ b/sample/cli.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd "$(dirname "$0")" + +HORNBEAM_BASE=.. exec cargo run -- --config "config.toml" --secrets "secrets.toml" "$@"