That does the equivalent of this `exec`, but without requiring an `exec` with a Docker image, etc.: ``` myString := "" myFile := exec(image := "ubuntu") (out file) {" echo {{myString}} >{{out}} "} ```
That does the equivalent of this
exec, but without requiring anexecwith a Docker image, etc.: