Changeset 16466 for trunk/Ohana/src/opihi/cmd.basic/shell.c
- Timestamp:
- Feb 13, 2008, 4:30:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/shell.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/shell.c
r16059 r16466 3 3 static char *defshell = "/bin/sh"; 4 4 static char *cmdflag = "-c"; 5 6 // XXX add the ability to exec without a separate shell 7 // XXX add an option to modify the timeout 5 8 6 9 int shell (int argc, char **argv) { … … 42 45 exit (1); 43 46 } 47 free (args[2]); 44 48 free (args); 45 49
Note:
See TracChangeset
for help on using the changeset viewer.
