danieltodor
Results
1
issues of
danieltodor
Function added to `preexec_functions` is called twice when it is also added to a SIGINT trap and ^C is pressed. Test code for bash: ```bash test() { echo $1 }...