Updated SC2152 (markdown)

koalaman
2018-01-19 18:43:59 -08:00
parent a7fa52a0bd
commit 7f331c5a93

@@ -35,3 +35,7 @@ In functions that return small integers, such as getting the cpu temperature, th
### Exceptions: ### Exceptions:
None None
### Related resources:
* [BashFaq: How do I return a string (or large number, or negative number) from a function?](https://mywiki.wooledge.org/BashFAQ/084) "return" only lets me give a number from 0 to 255.