Skip to content

Instantly share code, notes, and snippets.

@amalbuquerque
Last active February 22, 2020 22:46
Show Gist options
  • Save amalbuquerque/1934317499aa1c344f4c22e792207275 to your computer and use it in GitHub Desktop.
Save amalbuquerque/1934317499aa1c344f4c22e792207275 to your computer and use it in GitHub Desktop.
Nerves hello world!
~/projs/personal/minefield
❯ ssh nerves.local
Interactive Elixir (1.8.1) - press Ctrl+C to exit (type h() ENTER for help)
Toolshed imported. Run h(Toolshed) for more info
RingLogger is collecting log messages from Elixir and Linux. To see the messages, either attach the current IEx session to the logger:
RingLogger.attach
or print the next messages in the log:
RingLogger.next
iex(minefield@nerves.local)1> Minefield.hello
:world
iex(minefield@nerves.local)2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment