forked from skarnet/execline
-
Notifications
You must be signed in to change notification settings - Fork 0
The execline scripting language
License
s6-debs/execline
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
The execline scripting language
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 84.4%
- Makefile 13.1%
- Shell 2.5%