aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_write.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fs_write.sh')
-rwxr-xr-xtools/fs_write.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fs_write.sh b/tools/fs_write.sh
index bc97c34..7718b8d 100755
--- a/tools/fs_write.sh
+++ b/tools/fs_write.sh
@@ -14,7 +14,7 @@ main() {
path="$FS_BASE_DIR/$argc_path"
mkdir -p "$(dirname "$path")"
printf "%s" "$argc_contents" > "$path"
- echo "The contents written to: $path"
+ echo "The contents written to: $path" >> "$LLM_OUTPUT"
}
eval "$(argc --argc-eval "$0" "$@")"