Hello group,
I was able to answer my own problem.
1. Get rid of the quarantine of wren-cli using Terminal with command
sudo xattr -r -d com.apple.quarantine /Users/wL/Wren/wren_cli
2. Then use Terminal to invoke
/Users/wL/Wren/wren_cli /Users/wL/Wren/
my_script.wren
Ok, that works.
Nevertheless I would be happy if it would be possible to start a script file inside of wren a la:
wL@iMac3 ~ % /Users/wL/Wren/wren-cli-mac-0.4.0/wren_cli ; exit;
\\/"-
\_/ wren v0.4.0
> LoadandRun /my_script.wren
----------
^Wish
Hth Wolfgang