cleanup, docs

This commit is contained in:
root
2026-06-16 23:02:45 +00:00
parent ea08d5f28b
commit b8b56cf3dd
160 changed files with 1076 additions and 511 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ Executes a Linux shell command and returns the generated output.
When command text includes user-controlled input, escape that input first with `shell_escape()`.
:example
print("shell_exec example\n");
print(shell_exec("echo hello from the shell"));