1 config BR2_PACKAGE_EXECLINE
3 select BR2_PACKAGE_SKALIBS
4 depends on BR2_USE_MMU # skalibs
6 execline is a (non-interactive) scripting language, like sh;
7 but its syntax is quite different from a traditional shell
8 syntax. The execlineb program is meant to be used as an
9 interpreter for a text file; the other commands are
10 essentially useful inside an execlineb script.
12 http://skarnet.org/software/execline/