execline

execline is a small, non-interactive, shell-like scripting language.
Download

execline Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ska
  • Publisher web site:
  • http://www.skarnet.org/software/execline/

execline Tags


execline Description

execline is a small, non-interactive, shell-like scripting language. execline projct consists of a (non-interactive) scripting language, like sh ; but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are essentially useful inside an execlineb script.execline is now as powerful as a shell: it features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logic and predictable than the shell's syntax, and has no security issues.Installationexecline follows the slashpackage convention. * Create a /package directory: mkdir -p /package chmod 1755 /package cd /packageUnpack the execline package: tar -zxpvf execline-1.06.tar.gzif you do not have GNU tar, check with your gunzip and tar manual pages. rm execline-1.06.tar.gz cd admin/execline-1.06If you want to use another compiler and linker than the default, edit conf-compile/conf-cc and conf-compile/conf-ld as needed.For instance, if your libc makes it easy, you could modify those files to make static binaries, which perform better. Don't try this with the GNU libc, though - on Linux, use the diet libc.If you want to change the default stripping behaviour of executables and libraries, edit conf-compile/conf-stripbins and conf-compile/conf-striplibs as needed.Compile and set up execline: package/installor perform package/compile to compile it, then look into the command subdirectory and copy the binaries where you need them.You can then delete the compile subdirectory to save disk space.Look into the etc subdirectory: edit the files there to suit your needs, then copy them to /etc. What's New in This Release: · This release adds some features to execline, namely a way to break out of loops early, a better design for conditional branching, a fallback for the exec command, and more. · It also fixes a build problem with Mac OS X.


execline Related Software