Edit C:\Users\Admin\.m2\repository\org\beanshell\bsh\2.0b4\bsh\commands\exit.bsh
/** Conditionally exit the virtual machine. Call System.exit(0) unless bsh.system.shutdownOnExit == false. */ bsh.help.exit = "usage: exit()"; exit() { // shutdown Java VM unless flagged if ( bsh.system.shutdownOnExit != false ) System.exit(0); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de