Automatically execute commands after receiving signals by processes or the operating system. Can be used to perform cleanups for interruptions by the user or other actions. More information: https://manned.org/trap.
trap -l
trap -p
trap 'echo "Caught signal {{SIGHUP}}"' {{SIGHUP}}
trap - {{SIGHUP}} {{SIGINT}}