int main(){ while (1) { printf(">> "); char* get_command = (char*)malloc(sizeof(char)); char* first_part = (char*)malloc(sizeof(char)); c