We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Some Methods for executing Commands on Linux Bash and more.
Simply run Helpfull.Exec.Bash("MyCommand") and it will be executed.
Helpfull.Exec.Bash("MyCommand")
Console.WriteLine(Helpfull.Exec.Bash("echo Hello"));