trapコマンドのメモ
参照のリンク先では下記の通りだがPOSIXだとINTのみでいいっぽい
code:sh
trap sigint_handler SIGINT
参照
https://blog.amedama.jp/entry/shell-script-trap-error-handling