From f1263cb1f2efa1d27e28bc71ea3aa27573560804 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 31 Jan 2026 16:56:33 -0500 Subject: [PATCH] update fes.html --- docs.fsdproject.org/static/fes.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs.fsdproject.org/static/fes.html b/docs.fsdproject.org/static/fes.html index 1bfec22..686223f 100644 --- a/docs.fsdproject.org/static/fes.html +++ b/docs.fsdproject.org/static/fes.html @@ -650,6 +650,14 @@ return site util.copyright(link: string, holder: string) Used when setting the website copyright holder. + + util.ls(dir) + Returns a table of the files in the given directory + + + util.run(cmd) + Returns the output of the provided command. stdout only. +

Dkjson