aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_cat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fs_cat.sh')
-rwxr-xr-xtools/fs_cat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fs_cat.sh b/tools/fs_cat.sh
index e8b3722..bec9a12 100755
--- a/tools/fs_cat.sh
+++ b/tools/fs_cat.sh
@@ -9,7 +9,7 @@ set -e
main() {
path="$FS_BASE_DIR/$argc_path"
- cat "$path"
+ cat "$path" >> "$LLM_OUTPUT"
}
eval "$(argc --argc-eval "$0" "$@")"