Code Snippets
Tag:
Trap
Category: CLI & System
tags:
Signals
System
Trap
Trap SIGINT for Cleanup
Use `trap` to remove a tempdir even when the user hits Ctrl-C.
Author:
chris
Language: Bash
View Snippet