ipt?
>>
>> Robert
>>
>> From: Wayne Irvine [mailto:wa...@byteserve.com.au
>> <mailto:wa...@byteserve.com.au>]
>> Sent: Friday, May 01, 2020 12:34 AM
>> To: TeraScript-Talk@terascript.com <mailto:TeraScript-Talk@terascript.com>
>> Subject
Thanks Wayne,
I'll see if I can get this addressed.
Robert
From: Wayne Irvine [mailto:wa...@byteserve.com.au]
Sent: Friday, May 01, 2020 6:58 AM
To: TeraScript-Talk@terascript.com
Subject: Re: TeraScript-Talk: Echo
I have to use the external script as Web Call is giving a
Is there some reason you need to do the external script?
>
> Robert
>
> From: Wayne Irvine [mailto:wa...@byteserve.com.au
> <mailto:wa...@byteserve.com.au>]
> Sent: Friday, May 01, 2020 12:34 AM
> To: TeraScript-Talk@terascript.com <mailto:TeraScript-Talk@terascript.co
, May 01, 2020 12:34 AM
To: TeraScript-Talk@terascript.com
Subject: Re: TeraScript-Talk: Echo
Cheers!
Makes for a much simpler workflow.
Wayne
On 1 May 2020, at 5:18 pm, ubs...@uw.edu <mailto:ubs...@uw.edu> wrote:
If using MacOS bash, the Command Line external call action in
Cheers!
Makes for a much simpler workflow.
Wayne
> On 1 May 2020, at 5:18 pm, ubs...@uw.edu wrote:
>
> If using MacOS bash, the Command Line external call action in TS outputs
> results into @@resultset as an array.
>
> A bash script file ( /usr/local/var/www/website/scripts/get_google.sh ) can
If using MacOS bash, the Command Line external call action in TS outputs
results into @@resultset as an array.
A bash script file ( /usr/local/var/www/website/scripts/get_google.sh )
can be called in the external action's "command" field:
#!/bin/bash
curl "https://www.google.com/";
echo is not