Sh.exec

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string exec(string name, string args)
  2. string exec(string command)
  3. string exec(string name, string args)
    struct Sh
    version(!Posix && Windows)
    static
    string
    exec
    (
    string name
    ,
    string args = ""
    )

Meta