pkgsrc-wip/execline/PLIST
Christian Koch 8701d098b0 Add the execline scripting language as wip/execline.
execline is 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.
2016-03-05 20:54:02 -08:00

50 lines
663 B
Text

@comment $NetBSD$
bin/background
bin/backtick
bin/cd
bin/define
bin/dollarat
bin/elgetopt
bin/elgetpositionals
bin/elglob
bin/emptyenv
bin/exec
bin/execlineb
bin/exit
bin/export
bin/fdblock
bin/fdclose
bin/fdmove
bin/fdreserve
bin/fdswap
bin/forbacktickx
bin/foreground
bin/forstdin
bin/forx
bin/getcwd
bin/getpid
bin/heredoc
bin/homeof
bin/if
bin/ifelse
bin/ifte
bin/ifthenelse
bin/import
bin/importas
bin/loopwhilex
bin/multidefine
bin/multisubstitute
bin/pipeline
bin/piperw
bin/redirfd
bin/runblock
bin/shift
bin/trap
bin/tryexec
bin/umask
bin/unexport
bin/wait
bin/withstdinas
include/execline/config.h
include/execline/execline.h
lib/execline/libexecline.a