void interactive_sh();
Executes the sh shell. The "-i" argument is provided to sh so that it is started in interactive mode. This function does not return if the command executes successfully.
void interactive_sh();
Executes the sh shell. The "-i" argument is provided to sh so that it is started in interactive mode. This function does not return if the command executes successfully.