elixir(1) The Elixir script runner

SYNOPSIS

[OPTIONS ] file ...

DESCRIPTION

The program starts the runtime system typically for the execution of one or more scripts. It is similar to iex(1), but exits when the executed script does.

OPTIONS

Note that many of the options mentioned here were borrowed from the Erlang shell, therefore erl(1) can be used as an additional source of information on the options.

--no-halt
Does not halt the Erlang VM after execution.
-
Separates the options passed to the compiler from the options passed to the executed code.

ENVIRONMENT

ELIXIR_ERL_OPTIONS
Allows passing parameters to the Erlang runtime.

FILES

~/.erlang.cookie
Stores the magic cookie value which is used only when it wasn't specified via the option --cookie (see above) If the file doesn't exist when a node starts, it will be created.

AUTHOR

This manual page contributed by Evgeny Golyshev.

INTERNET RESOURCES

Main website: http://elixir-lang.org
Documentation: http://elixir-lang.org/docs.html
General Mailing List: https://groups.google.com/group/elixir-lang-talk
Development Mailing List: https://groups.google.com/group/elixir-lang-core