It's "Bash", not "BASH".<p>Don't use the keyword "function" to define a function. It's excessive and
doesn't work in (some) other shells, while the original "foo() { ... }" syntax
works everywhere.