trap_exit_fun() { echo "exit code: $?" # do something... } trap trap_exit_fun EXIT ……