tomo/examples/commands
Bruce Hill 3c52a75633 Deprecate custom printf specifiers in favor of print() function that
uses _Generic() to generically convert any value to a string or print as
a string.
2025-03-27 17:26:51 -04:00
..
commands.c Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
commands.tm Failure messages 2025-03-24 15:23:29 -04:00
README.md Big overhaul: 2025-03-17 19:29:28 -04:00

Commands

This 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.