SHELL_ERL
and point it to the
kjell
executable:From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?=
make shell
command is called.
For example, if you want to use kjell as your shell:
SHELL_ERL
and point it to the
kjell
executable:You can specify additional options to be used when starting the
shell using the SHELL_OPTS
variable:
SHELL_OPTS = -setcookie chocolate
Any of the usual erl
options can be used, including -eval
:
To start the shell, all you need is the following command:
q().
.