[Swift-user] external mapper
Jonathan Monette
jon.monette at gmail.com
Thu Sep 9 12:01:39 CDT 2010
Alright. Thanks.
On 09/09/2010 12:01 PM, Mihael Hategan wrote:
> On Thu, 2010-09-09 at 11:50 -0500, Jonathan Monette wrote:
>
>> Hello,
>> How do I pass parameters to the script in the external mapper? I
>> see there is a -symbol option but how does that work? What does the
>> syntax look like?
>>
> Any mapper parameter will be passed as "-param" "value" to the argv of
> the script.
>
> So:
>
> file f<external_mapper;exec="myscript",a="v1",b="v2">;
>
> should result in
> "exec -a v1 -b v2"
>
> Mihael
>
>
>
More information about the Swift-user
mailing list