Open secwang opened 8 months ago
./apl.sh "1+1" (base) script file "/dev/fd/63" could not be found
In addition, I was wondering if could add an option to let dyalog apl execute in the traditional repl way.
https://gist.github.com/secwang/dcbb87115a02c1419246ab60bebe0e68 like this
@secwang try apl.sh -ni "1+1" or equivalently apl.sh --no-input "1+1"
apl.sh -ni "1+1"
apl.sh --no-input "1+1"
i added that option so we don't need to use - or /dev/stdin to read from stdin
-
/dev/stdin
./apl.sh "1+1" (base) script file "/dev/fd/63" could not be found
In addition, I was wondering if could add an option to let dyalog apl execute in the traditional repl way.
https://gist.github.com/secwang/dcbb87115a02c1419246ab60bebe0e68 like this