|
|
|
@ -69,10 +69,10 @@ static void run_cmd(const vector<string> &appargs) {
@@ -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(); |
|
|
|
|
} |
|
|
|
|