shell() question

David Bovill david at viral.academy
Thu Jul 23 03:18:05 EDT 2015


I'm wandering if there is a neat trick to pass data to a shell command via
STDIN. The only thing I know how to do is either:

   1. Write a bash script that accepts an input param and call this
   2. put shell ("echo 'some text' | shellThing")

Is there a neater way?



More information about the use-livecode mailing list