How to Quit a Shell Script

Bash#

kill -SIGINT $$

CategoryComputing.Linux.Shell