Added process output.

This commit is contained in:
retoor 2025-03-21 09:19:41 +01:00
parent e573efc2ad
commit 984e125cfd

View File

@ -77,6 +77,7 @@ char* tool_function_linux_terminal(char* command) {
return strdup("Failed to allocate memory!");
}
output = new_output;
printf("%s", output);
strcpy(output + total_size, buffer);
total_size += chunk_size;
}