View Source NervesSSH.Exec (nerves_ssh v0.4.3)

This module contains helper methods for running commands over SSH

Summary

Functions

Run one Elixir command coming over ssh

Run one LFE command coming over ssh

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