diff options
Diffstat (limited to 'tools/fs_ls.sh')
| -rwxr-xr-x | tools/fs_ls.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/fs_ls.sh b/tools/fs_ls.sh index c7deb40..d26132f 100755 --- a/tools/fs_ls.sh +++ b/tools/fs_ls.sh @@ -5,6 +5,8 @@ set -e # @option --path! The path of the directory to list +# @env LLM_OUTPUT=/dev/stdout The output path + main() { ls -1 "$argc_path" >> "$LLM_OUTPUT" } |
