From 2add37e72a8135c5b2ad10c1cbe8e8051fb27919 Mon Sep 17 00:00:00 2001 From: whaffman Date: Wed, 19 Feb 2025 12:17:27 +0100 Subject: [PATCH] added signals to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1ac6a5b..4cfd029 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,22 @@ A lot of amazing shell stuff - CB command to change banner - __Bonus:__ Command tree for &&, ||, * +## Signals +### In interactive mode +- `ctrl - C` redisplay prompt status 130 +- `ctrl - D` exit shell +- `ctrl - \` + +### During process +- `ctrl - C` SIGINT to processs status 130 +- `ctrl - D` +- `ctrl - \` SIGQUIT to process core dumped status 131 + +### During HEREDOC +- `ctrl - C` redisplay prompt status 130 +- `ctrl - D` SEND EOF error displayed but still works status:0 +- `ctrl - \` nothing + ## Allowed Functions ### ``