Bash functions
- can do `local` variables but global by default
- can return a 1-256 integer and no other types!
- only positional args reference by number, must re-assign manually to refer to by name
- behave more like external bash script
Should have called them `dysfunctions`
Post
July 15, 2022