diff --git a/tools.h b/tools.h
index 92cb783..b7c9012 100644
--- a/tools.h
+++ b/tools.h
@@ -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;
     }