View Source Nerves.Port (nerves v1.10.5)

The code from this file was copied in from MuonTrap https://github.com/fhunleth/muontrap

Summary

Functions

Run a command in a similar way to System.cmd/3.

Functions

Link to this function

cmd(command, args, opts \\ [])

View Source
@spec cmd(binary(), [binary()], keyword()) ::
  {Collectable.t(), exit_status :: non_neg_integer()}

Run a command in a similar way to System.cmd/3.

@spec exec_path() :: String.t()