logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Trap Command - Control Signals | Online Free DevTools by Hexmos

Control signals effectively with Trap Command. Execute commands upon specific events and manage signal handling. Free online tool, no registration required.

trap

Execute a command upon an event. More information: https://manned.org/trap.1posix.

  • List the commands and the names of the expected events:

trap

  • Execute a command when a signal is received:

trap 'echo "Caught signal {{SIGHUP}}"' {{HUP}}

  • Remove commands:

trap - {{HUP}} {{INT}}

See Also