View Source NervesSSH.Exec (nerves_ssh v0.4.0)

This module contains helper methods for running commands over SSH

Link to this section Summary

Functions

Run one Elixir command coming over ssh

Run one LFE command coming over ssh

Link to this section Functions

@spec run_elixir(charlist()) :: {:ok, binary()} | {:error, binary()}

Run one Elixir command coming over ssh

@spec run_lfe(charlist()) :: {:ok, iolist()} | {:error, binary()}

Run one LFE command coming over ssh