This module contains helper methods for running commands over SSH
Run one Elixir command coming over ssh
Run one LFE command coming over ssh
@spec run_elixir(charlist()) :: {:ok, binary()} | {:error, binary()}
@spec run_lfe(charlist()) :: {:ok, iolist()} | {:error, binary()}