Understanding "Local" Functions in Bash
I've been working a lot with Bash recently (because sadly a supercomputing
center doesn't tend to offer Fish out the box). One issue that I've been
running into when deploying complex scientific software oh HPC
systems is that relative
imports (via source
) are really finicky. The "canonical" way to do …