Parent Directory
|
Revision Log
|
Patch
revision 1.12 by joko, Fri Jun 16 00:37:22 2006 UTC | revision 1.13 by joko, Fri Jun 16 00:47:07 2006 UTC | |
---|---|---|
# | Line 11 int main(int argc, char * argv[]) { | Line 11 int main(int argc, char * argv[]) { |
11 | ||
12 | // interactive mode with prompt | // interactive mode with prompt |
13 | if (argc == 1) { | if (argc == 1) { |
14 | //fprintf(stderr, "Interactive mode not implemented yet.\n"); | fprintf(stderr, "Welcome to mini shell. Have fun!\n"); |
//exit(EXIT_FAILURE); | ||
15 | run_commands(stdin, "> "); | run_commands(stdin, "> "); |
16 | } | } |
17 |
|
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 | ![]() |