Skip to content
Snippets Groups Projects
Commit fc3a8531 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

POSIX: Run main apps delayed

parent df4b0793
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,10 @@ static void run_cmd(const vector<string> &appargs) {
arg[i] = (char *)0;
cout << "Running: " << command << "\n";
apps[command](i,(char **)arg);
usleep(20000);
cout << "Returning: " << command << "\n";
}
else
{
} else {
cout << "Invalid command: " << command << endl;
list_builtins();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment