Initial commit

This commit is contained in:
2025-09-19 17:47:22 +10:00
commit e027131489
24 changed files with 1472 additions and 0 deletions

9
exec/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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.