From 486b06b4125c00dd6ffce079432022a11930ce01 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 May 2017 12:39:14 +0000 Subject: Add execline-startup and execline-shell to examples/ again --- doc/execline-shell.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/execline-shell.html') diff --git a/doc/execline-shell.html b/doc/execline-shell.html index b14c48d..02449c7 100644 --- a/doc/execline-shell.html +++ b/doc/execline-shell.html @@ -20,7 +20,8 @@

execline-shell executes $HOME/.execline-shell -with the arguments it is given. +if available (or /bin/sh otherwise) with the arguments +it is given.

Interface

@@ -34,7 +35,7 @@ with the arguments it is given. ${HOME}/.execline-shell $@.
  • ${HOME}/.execline-shell must be readable and executable by the user. It must exec into an interactive -shell with $@ as its argument.
  • +shell with $@ as its argument.

    Notes

    @@ -46,7 +47,7 @@ shell configuration in any language, since the ${HOME}/.execline-shell file can be any executable program. ${HOME}/.execline-shell can be seen as a portable .whateverrc file.
  • As an administrator-modifiable configuration file, execline-shell -provided in execline's etc/ subdirectory, and should be copied by +provided in execline's examples/etc/ subdirectory, and should be copied by the administrator to /etc.
  • -- cgit v1.3.1