NervesSSH.Exec (nerves_ssh v0.2.2) View Source

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

Specs

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

Run one Elixir command coming over ssh

Specs

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

Run one LFE command coming over ssh