Handle exit() in scripts
Allow scripts to call exit() or exit(0) to interupt their execution properly. Can save a useless brace adn tab time. Exiting another value cause script to fail.
Loading
Please register or sign in to comment
Allow scripts to call exit() or exit(0) to interupt their execution properly. Can save a useless brace adn tab time. Exiting another value cause script to fail.