Minimal shell implementation using readline() and system().
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _GPXE_SHELL_H
|
||||
#define _GPXE_SHELL_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Minimal command shell
|
||||
*
|
||||
*/
|
||||
|
||||
extern void shell ( void );
|
||||
|
||||
#endif /* _GPXE_SHELL_H */
|
||||
Reference in New Issue
Block a user