I want to automate the npm login process via a bash script.
I tried it with this snippet:
/usr/bin/expect -f - <
This way works and with a more elegant expect:
/usr/bin/expect <