Re: [dev] execline shell

2016-04-28 Thread Greg Reagle
On 04/24/2016 10:38 AM, Kamil Cholewiński wrote: execline is not exactly a shell. It's supposed to facilitate "DJB-style" command chaining, and focuses on little else. Suppose you have a bunch utilities that each do exactly one thing, and then 'execve(2)' the remainder of their arguments:

Re: [dev] execline shell

2016-04-24 Thread Kamil Cholewiński
On Sun, 24 Apr 2016, Greg Reagle wrote: > On 04/23/2016 07:49 PM, ra...@openmailbox.org wrote: >> execline works on a different concept than regular shells: >> http://skarnet.org/software/execline/grammar.html > > Execline looks interesting, but I don't quite comprehend it. How would > a script

[dev] execline shell

2016-04-24 Thread Greg Reagle
On 04/23/2016 07:49 PM, ra...@openmailbox.org wrote: execline works on a different concept than regular shells: http://skarnet.org/software/execline/grammar.html Execline looks interesting, but I don't quite comprehend it. How would a script such as the following be written in execline? #!/