aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_ls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fs_ls.sh')
-rwxr-xr-xtools/fs_ls.sh2
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"
}