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, 1 insertions, 1 deletions
diff --git a/tools/fs_ls.sh b/tools/fs_ls.sh
index 876765a..f288f77 100755
--- a/tools/fs_ls.sh
+++ b/tools/fs_ls.sh
@@ -8,7 +8,7 @@ set -e
main() {
path="$FS_BASE_DIR/$argc_path"
- ls -1 "$path"
+ ls -1 "$path" >> "$LLM_OUTPUT"
}
eval "$(argc --argc-eval "$0" "$@")"