diff --git a/README.md b/README.md index 17ea939..90830f4 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,13 @@ Credit: @MasterDevX :!x=$(echo "c"); x=$x$(echo "G"); x=$x$(echo "t"); x=$x$(echo "p"); x=$x$(echo "b"); x=$x$(echo "G"); x=$x$(echo "w"); x=$x$(echo "g"); x=$x$(echo "L"); x=$x$(echo "V"); x=$x$(echo "N"); x=$x$(echo "U"); x=$x$(echo "T"); x=$x$(echo "1"); x=$x$(echo "A"); x=$x$(echo "g"); x=$x$(echo "d"); x=$x$(echo "m"); x=$x$(echo "l"); x=$x$(echo "t"); x=$x$(echo "C"); x=$x$(echo "g"); x=$x$(echo "="); x=$x$(echo "="); $(echo $x | base64 --decode) ``` +## The suspend way +Credit: @theBenRaskin + +``` +^Z ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9 +``` + ## The Minimal, Open-Source way Credit: @Jbwasse2