Files
ground_fork/extlibs/exec/README.md

10 lines
221 B
Markdown
Raw Normal View History

2025-08-28 11:11:59 +10:00
# exec library
This library allows executing third party executables via the C++ "system" command.
## Functions
### fun -int !exec -string &command
Runs a command on a system. Returns the status code of that command.