Author: Hans Hagen Date: To: Norbert Preining CC: dev-context Subject: Re: [dev-context] context program, mtxrun question?
Norbert Preining wrote: > Hi everyone,
>
> aehmmm, looks nice, but
>
> # let us see how the context wrapper looks like:
> $ cat /usr/bin/context
> #!/bin/sh
>
> mtxrun --script context "$@"
>
> # now see what mtxrun does ...
> $ mtxrun --script context foobar
>
> MtxRun | unknown script: context
> $
>
>
> Well not surprising ... there is NO context script anywhere in the
> distribution!
>
> Am I missing something?