well "--" terminate the options for the program (apl) itself and pass the rest 
of the arguments to the client.

Xtian.

On 2017-02-02 21:11, enz...@gmx.com wrote:
Hello


from the apl.html

---

SCRIPT.apl

#! /usr/local/bin/apl --script

      βŠƒβŽ•ARG      ⍝ show command line options

      )OFF      ⍝ leave the interpreter

---

chmod 777 SCRIPT.apl

---

./SCRIPT.apl

/usr/local/bin/apl
--script
./mm.apl

---

./SCRIPT.apl  arg1
.
unknown option 'arg1'
usage: apl [options]
    options:
....

??


Reply via email to