1config BR2_PACKAGE_EXECLINE 2 bool "execline" 3 depends on BR2_USE_MMU # skalibs 4 select BR2_PACKAGE_SKALIBS 5 help 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. 11 12 http://skarnet.org/software/execline/ 13