I’ld like to use it for more access to the OS and files
It sounds like you’re looking for System.cmd/3
iex> System.cmd("echo", ["hello"])
{"hello\n", 0}
I’ld like to use it for more access to the OS and files
It sounds like you’re looking for System.cmd/3
iex> System.cmd("echo", ["hello"])
{"hello\n", 0}