Add Restore Sane Shell

This commit is contained in:
Marcel Bischoff 2016-08-31 17:10:32 +02:00 committed by GitHub
parent b79e4dd652
commit 841270f9ff

View File

@ -1214,6 +1214,12 @@ osascript /path/to/script.scpt
diff -qr /path/to/folder1 /path/to/folder2 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 #### Restart
```bash ```bash
sudo reboot sudo reboot