erl
erl -pa DIRECTORY
bin/nitrogen console
sync:go().
There are multiple ways of exiting the Erlang shell.
This will tell the Erlang runtime to stop everything it is doing. Not suitable for a supposed to continue running cluster.
q().
C-c C-c a
C-c C-c q RET
This will merely leave the shell, keeping the Erlang runtime going.
C-g q RET
rr(module_name).
rr(module_name).
pwd().