The exec built-in

exec is a built-in in Lem that allows you to execute shell commands, while optionally providing a shell to run them in.

It supports piping and returns an exit code along with any potential values.