s6-hiercopy webpages

2017-04-15 Thread multiplex'd
Hi all, Laurent, on the index page for s6-portable-utils on skarnet.org the link to the page for s6-hiercopy is missing. I had to guess the URL manually to get to the s6-hiercopy documentation. Regards, multiplex'd

Building execline on Ubuntu 17.04

2017-04-15 Thread En Nu
I tried: sudo apt-get install skalibs-dev git clone git://git.skarnet.org/execline cd execline ./configure I get this error running the above: ./configure: error: /usr/lib/skalibs/sysdeps is not a valid sysdeps directory Thanks, Vincent

Re: Building execline on Ubuntu 17.04

2017-04-15 Thread Colin Booth
On Sat, Apr 15, 2017 at 03:12:11PM +0200, En Nu wrote: > I tried: > > sudo apt-get install skalibs-dev > git clone git://git.skarnet.org/execline > cd execline > ./configure > > I get this error running the above: > > ./configure: error: /usr/lib/skalibs/sysdeps is not a valid sysdeps directory

Re: Building execline on Ubuntu 17.04

2017-04-15 Thread multiplex'd
On Sat, Apr 15, 2017 at 03:01:28PM +, Colin Booth wrote: > > The version currently packaged in Debian (and so Ubuntu as well) is > about seven years out of date. I am in the process of getting packages > together for Debian and at some point in the future will be taking > maintainership of ska

Re: Building execline on Ubuntu 17.04

2017-04-15 Thread Vincent
Thanks!

Newbie question

2017-04-15 Thread Vincent
How would you translate this simple eval loop to execlineb? #!/bin/sh read input

Re: Newbie question

2017-04-15 Thread Laurent Bercot
because read is builtin to sh. Is there a solution as simple as the above? Try the "forstdin" or "withstdinas" commands. -- Laurent

Re: Newbie question

2017-04-15 Thread Vincent
Thank you! Didn't notice withstdinas. On Sun, Apr 16, 2017 at 1:47 AM, Laurent Bercot wrote: >> because read is builtin to sh. >> Is there a solution as simple as the above? > > > Try the "forstdin" or "withstdinas" commands. > > -- > Laurent >