1
0
forked from ground/ground-old
This repository has been archived on 2026-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground_old_fork/extlibs/exec

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.