Erlang detach shell from node / Quit shell without killing node
I don't use rebar, I've never understood what problem it was meant to solve, but I assume when you "attach" you are doing the same thing as running to_erl
. To exit in from this you type control-D (EOF).
CTRL-D
should get you out and keep the app running.