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