We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"));