python - Simulate KeyboardInterrupt with fabric -


how fire ctrl+c fabric, in other words possible trigger keyboardinterrupt manually via bash?

ctrl+c generates sigint signal.

you can send signal kill -sigint pid pid process id. wish signal. kill bash built-in.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -