colinxy / colinxy.github.io

My blog, mostly technical
https://colinxy.github.io
0 stars 1 forks source link

Signal Handling and What Bash Does to It #13

Open colinxy opened 7 years ago

colinxy commented 7 years ago

https://colinxy.github.io/computer-science/2017/01/27/bash-handles-signals.html

maxwyb commented 7 years ago

Wow interesting stuff! Appreciate the post

akostadinov commented 3 years ago

Hi, is it possible to override signal handlers to the default in Bash before starting your program? Or is signal handling only fixable in called command?