A tiny experiment that abuses Python's operator overloading and frame introspection to make calling subprocesses feel like writing shell.
sh.py defines a single entry point, sh, which builds lazily-evaluated
shell commands. Operators trigger execution and compose commands the way you'd
expect from a shell:
| Syntax | Meaning |