diff --git a/README.md b/README.md index f878995..1d4b84e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ Credit: @kpumuk ```vim :!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9 ``` +## The SUS-pend way +Credit: @noobibek +```bash +Ctrl+Z +``` ## The first contact way Credit: @caseyjohnellis