code / tomo-commands

Lines334 C249 Tomo74 Markdown11
(5 lines)

Commands

This is a Tomo module provides a way to run executable programs and get their output. You can also feed in text to the programs' stdin. Think of it as popen() on steroids.

1 # Commands
3 This is a [Tomo](https://tomo.bruce-hill.com) module provides a way to run
4 executable programs and get their output. You can also feed in text to the
5 programs' `stdin`. Think of it as `popen()` on steroids.