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