The functions in this module are called when no module name is specified in a shell command.
Consider the following shell dialog:
1> lists:reverse("abc"). "cba" 2> c(foo). {ok, foo}
In command one, module
To add your own commands to the shell, create a module called
code:load_abs("$PATH/user_default").