:: Re: [DNG] Init scripts in packages
Pàgina inicial
Delete this message
Reply to this message
Autor: Isaac Dunham
Data:  
A: Laurent Bercot
CC: dng
Assumpte: Re: [DNG] Init scripts in packages
On Sat, Aug 08, 2015 at 09:43:47AM +0200, Laurent Bercot wrote:
> On 08/08/2015 03:43, Isaac Dunham wrote:
> >Which, fortunately, is pretty easy to do: I wrote an environment
> >sanitizer yesterday, because I was curious how easily solved that is.
> >Usage is
> >cautenv [-c DIR] [-u] [-x] COMMAND [COMMAND_ARGS...]
>
> Would you mind linking it ? I'm interested in trying to break it. ;)


Not a problem, now that it's online.
Here's the command:
https://github.com/idunham/bits/raw/master/cautenv.c
Repository:
https://github.com/idunham/bits

CC0, so do what you wish with it.
The rest of that repository is also CC0, but almost all of it is only
useful for someone who wants an example of using some less-frequently
seen functions.

Thanks,
Isaac Dunham