I want to execute a program through my Elixir code. What is the method to call a shell command to a given string? Is there anything which isn\'t platform specific?
The "devinus/sh" library is another interesting approach to run shell commands.
https://github.com/devinus/sh