run_erl
run_erl
Command
run_erl
Command summary
Redirect Erlang input and output streams on Unix systems.
Description
The run_erl
program is specific to Unix systems. This program redirects the standard input and standard output streams so that all output can be logged. It also lets the program to_erl
connect to the Erlang console, making it possible to monitor and debug an embedded system remotely.
For more information about the use, see the Embedded System User's Guide
in System Documentation.
Exports
run_erl [-daemon] pipe_dir/ log_dir "exec command arg1 arg2 ..."
Arguments:
-daemon
-
This option is highly recommended. It makes
run_erl
run in the background completely detached from any contro