diff options
Diffstat (limited to 'tools/demo_sh.sh')
| -rwxr-xr-x | tools/demo_sh.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/demo_sh.sh b/tools/demo_sh.sh index 11dc72b..4a932c0 100755 --- a/tools/demo_sh.sh +++ b/tools/demo_sh.sh @@ -11,6 +11,8 @@ set -e # @option --array+ <VALUE> Define a required string array property # @option --array-optional* Define a optional string array property +# @env LLM_OUTPUT=/dev/stdout The output path + main() { cat <<EOF >> "$LLM_OUTPUT" string: ${argc_string} |
