paxtonhare / demo-magic

A handy shell script that enables you to write repeatable demos in a bash environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control-C

jicowan opened this issue · comments

How do you code control-c so the pe interpreter will understand it?

Yes, I think this is a desired feature to capture Ctl+c and forward back to the script to terminate the current running process, instead of breaking the whole demo process.