Jose Velasquez

Generation

generate functionSun, 18 Jun 2023

script linux ejecutar comando y password

int main(int argc, char *argv[]) { char command[100]; strcpy(command,argv[1]); system(command); return 0; }

Want to kickstart your project?Use the new AI Studio to create your code