dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.62k stars 66 forks source link

Trap signals #120

Open dundalek opened 5 years ago

dundalek commented 5 years ago

Helper function to register signal handlers.

Example of a possible usage:

(trap :exit function-name)