Example #1
0
void shellThreadProc(void const *argument)
{
    Shell *mShell = Shell::instance();

    mShell->setCustCommand(custCommands);

    mShell->process(pShellThread);
}