Updated SC2095 (markdown)

koalaman
2017-07-01 15:53:37 -07:00
parent 9bae18f627
commit 9ca42f7b90

@@ -27,6 +27,8 @@ The most common symptom of this is a `while read` loop only running once, even t
To refuse such commands input, redirect their stdin with `< /dev/null`.
You can also use command specific options like `ssh -n` and `mplayer -noconsolecontrols`.
### Exceptions:
None.