Skip to content
No Name Pro edited this page Jul 17, 2020 · 1 revision

Some Methods for executing Commands on Linux Bash and more.

Examples

Linux Bash

Simply run Helpfull.Exec.Bash("MyCommand") and it will be executed.

Console.WriteLine(Helpfull.Exec.Bash("echo Hello"));
Clone this wiki locally