Add sample/cli.sh to invoke CLI commands on 'sample' installation
This commit is contained in:
parent
bfccad9c8d
commit
80b76511ec
5
sample/cli.sh
Executable file
5
sample/cli.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
HORNBEAM_BASE=.. exec cargo run -- --config "config.toml" --secrets "secrets.toml" "$@"
|
||||
Loading…
x
Reference in New Issue
Block a user