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, [email protected] 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:
....
??
