Answers for "run command on ctrl-c in shell script"

0

run command on ctrl-c in shell script

trap "do_something" SIGINT
Posted by: Guest on August-01-2021

Code answers related to "run command on ctrl-c in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language