Run shell commands in Elixir

后端 未结 6 746
醉酒成梦
醉酒成梦 2020-12-14 05:23

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?

6条回答
  •  暖寄归人
    2020-12-14 06:05

    The "devinus/sh" library is another interesting approach to run shell commands.

    https://github.com/devinus/sh

提交回复
热议问题