shell test
This commit is contained in:
parent
0d1edfc8fb
commit
f8d1ba1f69
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ void shell_init(int srv_or_cli)
|
|||
sleep(1);
|
||||
|
||||
sleep(5);
|
||||
shelldebugprintf("sleeped 5 seconds\n");
|
||||
shelldebugprint("sleeped 5 seconds\n");
|
||||
sleep(5);
|
||||
shelldebugprintf("sleeped another 5 seconds\n");
|
||||
shelldebugprint("sleeped another 5 seconds\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue