[erlang-questions] Writing my own REPL

Tony Arcieri tony@REDACTED
Sat Sep 27 00:25:29 CEST 2008


On Fri, Sep 26, 2008 at 4:06 PM, Attila Babo <babo.online@REDACTED> wrote:

> There is no shell or user_drv loaded, so ^G is not available.
>

Well, hence the problem.  How do I start user_drv for a custom shell and
start the whole thing from the command line?

I've tried user_drv:start('tty_sl -c -e', {myshell, start, []}) and that
also never executes my shell.

Should I write a custom user_sup to start from the command line?

-- 
Tony Arcieri
medioh.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080926/c79588c0/attachment.htm>


More information about the erlang-questions mailing list