Last updated May 6, 2025

Whisper

TODO: rename this post better

I didn’t really know what to title this. What I really want to talk about is a crazy bash script I wrote, but that script uses a bunch of tricks and requires some context.

TODO: flesh this out

I came across a great video on advanced bash scripting during Covid, and it really changed the way I think about programming in remote environments like docker containers.

Sharing files with remote environments can be annoying. Most decent programs (ssh, docker, kubernetes) have standard ways of sharing files with remote environments, but each invocation is different.