Library for managing bash signal traps.
See the latest release for instructions.
Prepends CMD
to the SIGNAL
trap. $TRAP_POINTER
will contain a pointer
that can be used with trap_remove
to remove the command again.
Appends CMD
to the SIGNAL
trap. Works just like trap_prepend
otherwise.
Removes the command identified by POINTER
from the list of traps to run.