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" "$@"