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