tomo/examples/commands
2025-03-21 18:07:17 -04:00
..
commands.c Add command and shell :by_line() 2025-03-19 16:17:44 -04:00
commands.tm Fixes for ask() being optional and command success status 2025-03-21 18:07:17 -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.