execline

Interpreter-less scripting language for command composition

brewmacoslinux
Try with needOr install directly
Source

About

Interpreter-less scripting language

Commands

execlineexeclinebexec-parseimportasmultisubstitutedefineexportunexportelgetopteltestforegroundbackgroundpipelinepiperedirredirfdheredocshifts6-cats6-echos6-envs6-exprs6-falses6-greps6-heads6-lns6-lss6-mkdirs6-mvs6-nices6-printenvs6-pwds6-rms6-rmdirs6-seqs6-sorts6-tails6-tests6-touchs6-trues6-wc

Examples

Run a simple command with execline syntax$ execlineb -c 'echo hello world'
Use importas to import environment variables into execline$ execlineb -c 'importas PATH /usr/bin exec env'
Pipeline multiple commands using execline$ execlineb -c 'pipeline { echo test } exec cat'