FreeBSD lang : execline4>
Lightweight non-interactive sh(1)-like scripting language
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot
http://www.skarnet.org/software/execline/
|
execline history
v. 1.4
date: 2004/06/10 21:13:36; author: sergei; state: Exp; lines: +6 -3
- Update to 1.06
v. 1.3
date: 2003/10/28 10:16:43; author: sergei; state: Exp; lines: +1 -1
- Change to my @FreeBSD.org address
Approved by: krion (implicit)
v. 1.2
date: 2003/10/25 20:37:17; author: sergei; state: Exp; lines: +3 -1
- Unbreak build by adding forgotten dependency on devel/skalibs
Reported by: bento (kris)
- Reword COMMENT to avoid truncation by pkg_info(1)
Approved by: krion (implicit)
v. 1.1
date: 2003/10/24 21:41:31; author: sergei; state: Exp;
Add execline 1.05:
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot
WWW: http://www.skarnet.org/software/execline/
Approved by: krion (implicit)
=============================================================================
v. 1.4
date: 2004/06/10 21:13:36; author: sergei; state: Exp; lines: +6 -3
- Update to 1.06
v. 1.3
date: 2003/10/28 10:16:43; author: sergei; state: Exp; lines: +1 -1
- Change to my @FreeBSD.org address
Approved by: krion (implicit)
v. 1.2
date: 2003/10/25 20:37:17; author: sergei; state: Exp; lines: +3 -1
- Unbreak build by adding forgotten dependency on devel/skalibs
Reported by: bento (kris)
- Reword COMMENT to avoid truncation by pkg_info(1)
Approved by: krion (implicit)
v. 1.1
date: 2003/10/24 21:41:31; author: sergei; state: Exp;
Add execline 1.05:
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot
WWW: http://www.skarnet.org/software/execline/
Approved by: krion (implicit)
=============================================================================
v. 1.4
date: 2004/06/10 21:13:36; author: sergei; state: Exp; lines: +6 -3
- Update to 1.06
v. 1.3
date: 2003/10/28 10:16:43; author: sergei; state: Exp; lines: +1 -1
- Change to my @FreeBSD.org address
Approved by: krion (implicit)
v. 1.2
date: 2003/10/25 20:37:17; author: sergei; state: Exp; lines: +3 -1
- Unbreak build by adding forgotten dependency on devel/skalibs
Reported by: bento (kris)
- Reword COMMENT to avoid truncation by pkg_info(1)
Approved by: krion (implicit)
v. 1.1
date: 2003/10/24 21:41:31; author: sergei; state: Exp;
Add execline 1.05:
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot
WWW: http://www.skarnet.org/software/execline/
Approved by: krion (implicit)
=============================================================================
|