The execline scripting language https://skarnet.org/software/execline/
  • C 73.9%
  • Shell 13.1%
  • Makefile 12.6%
  • Emacs Lisp 0.4%
Find a file
2026-05-15 13:01:46 +00:00
doc Prepare for 2.9.9.2, update deps 2026-05-15 13:01:46 +00:00
examples/etc version: 2.9.9.1 2026-05-09 19:09:24 +00:00
package Prepare for 2.9.9.2, update deps 2026-05-15 13:01:46 +00:00
src Prepare for 2.9.9.1. Correctly include locale.h when necessary. 2026-05-09 19:04:32 +00:00
tools Add --disable-path support; prepare for 2.9.8.2 2026-03-30 23:46:13 +00:00
.gitignore gitignore export-array 2026-02-23 08:52:49 +00:00
AUTHORS Fix wait command interaction with EXECLINE_STRICT 2026-03-09 19:03:37 +00:00
configure Add --disable-path support; prepare for 2.9.8.2 2026-03-30 23:46:13 +00:00
CONTRIBUTING Add --disable-path support; prepare for 2.9.8.2 2026-03-30 23:46:13 +00:00
COPYING Prepare for 2.9.8.1; signal handlers must save/restore errno 2026-01-01 12:07:54 +00:00
DCO Add CONTRIBUTING and DCO files; fix link to mailing-list 2021-06-17 14:15:40 +00:00
INSTALL Prepare for 2.9.9.2, update deps 2026-05-15 13:01:46 +00:00
Makefile With the Makefile as well, please 2026-03-31 00:06:18 +00:00
NEWS Prepare for 2.9.9.2, update deps 2026-05-15 13:01:46 +00:00
patch-for-solaris Fix dotpc and Solaris build 2026-01-21 05:10:43 +00:00
README version: 2.9.9.0 2026-05-09 13:47:32 +00:00
README.solaris version: 2.9.7.0 2025-05-05 07:47:23 +00:00

execline - an interpreter-less scripting language
-------------------------------------------------

 execline is a scripting language unlike any other in that
it has no resident interpreter. It reads a script, turns it
into a single command line, and executes into that command
line; control is performed by executables run inside the
command line itself.

 It is especially suited to very small and simple scripts
for which a shell is overpowered.

 See https://skarnet.org/software/execline/ for details.


* Installation
  ------------

 See the INSTALL file.


* Contact information
  -------------------

 Laurent Bercot <ska-skaware at skarnet.org>

 Please use the <skaware at list.skarnet.org> mailing-list for
questions about execline.