1
0
Fork 0
mirror of git://git.skarnet.org/execline synced 2026-02-27 13:54:02 +00:00
No description
  • C 83.7%
  • Makefile 12.3%
  • Shell 4%
Find a file
2026-02-23 08:52:49 +00:00
doc doc: add anchor to the envfile syntax 2026-01-23 23:57:54 +00:00
examples/etc version: 2.6.0.2 2020-05-21 11:52:57 +00:00
package Prepare for 2.9.8.1; signal handlers must save/restore errno 2026-01-01 12:07:54 +00:00
src Credit Josiah, remove extra parens 2026-01-13 04:47:24 +00:00
tools fix gen-deps.sh 2025-10-26 10:50:22 +00:00
.gitignore gitignore export-array 2026-02-23 08:52:49 +00:00
AUTHORS Credit Josiah, remove extra parens 2026-01-13 04:47:24 +00:00
configure Correctly use pthread_lib sysdep 2025-05-29 19:26:09 +00:00
CONTRIBUTING Add CONTRIBUTING and DCO files; fix link to mailing-list 2021-06-17 14:15:40 +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.8.1; signal handlers must save/restore errno 2026-01-01 12:07:54 +00:00
Makefile Fix dotpc and Solaris build 2026-01-21 05:10:43 +00:00
NEWS Prepare for 2.9.8.1; signal handlers must save/restore errno 2026-01-01 12:07:54 +00:00
patch-for-solaris Fix dotpc and Solaris build 2026-01-21 05:10:43 +00:00
README version: 2.9.8.1 2026-01-24 20:15:21 +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.