Updated SC2107 (markdown)

koalaman
2018-01-19 18:57:09 -08:00
parent fb51f3f2d6
commit aa42a83222

@@ -19,3 +19,9 @@
### Exceptions: ### Exceptions:
None. None.
### Related resources:
* [Bash Pitfalls: [ "$foo" = bar && "$bar" = foo ]](https://mywiki.wooledge.org/BashPitfalls#pf6)
* [StackOverflow: using and (&&) operator in if statement bash script
](https://stackoverflow.com/questions/16396146/using-and-operator-in-if-statement-bash-script/16396181)