For interacting with the OS, I was wondering whether Lean4 has standard functions to call unix shell commands?
Basically, I am looking for the Lean equivalent of python's os.system() or subprocess.run that can be used to execute system commands and read the output of the commands in stdout/stderr.
I did a quick search and only found a git repo lean4-cli, which is either not related or a overkill.
(This is with Lean 4.24.0 and Ubuntu 24.04 LTS)