From 841270f9ffafb42a49e8a5d4656441c986ce76bd Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 31 Aug 2016 17:10:32 +0200 Subject: [PATCH] Add Restore Sane Shell --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4979025..6e4ed3d 100644 --- a/README.md +++ b/README.md @@ -1214,6 +1214,12 @@ osascript /path/to/script.scpt diff -qr /path/to/folder1 /path/to/folder2 ``` +#### Restore Sane Shell +In case your shell session went insane (some script or application turned it into a garbled mess). +```bash +stty sane +``` + #### Restart ```bash sudo reboot