bashisms

1. Regular files: --usefile /path/to/file
2. Bashisms: --usefile <(cat <<< '{password:"12345"}')
   (ps output will show --usefile /dev/fd/XX)
   (don't use `echo "password"` as it will be shown in ps)
[ ]