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