mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[shell] Add "shell" command
The "shell" command allows a script to enter an interactive shell, which is potentially useful for troubleshooting. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
extern void shell ( void );
|
||||
extern int shell ( void );
|
||||
|
||||
#endif /* _IPXE_SHELL_H */
|
||||
|
||||
Reference in New Issue
Block a user