Starting erl using sh -c

Vlad Dumitrescu vladdu@REDACTED
Wed Oct 25 14:12:39 CEST 2000


> From the UNIX prompt "sh -c erl -noinput -s erl_compile compile ...etc"
just
> starts a straight emulator - the erl shell script seems to lose everything
> after the erl.

I think the command line must be

sh -c "erl -noinput -s erl_compile compile ...etc"
(with the quotes)

but am not 100% sure...-
Vlad



More information about the erlang-questions mailing list