diff options
Diffstat (limited to 'tools/fs_rm.sh')
| -rwxr-xr-x | tools/fs_rm.sh | 2 |
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" "$@")" |
