I want to be able to do:
drush sql-drop -y && \
/home/vagrant/mysql-parallel/mysqlrestorep.sh user database directory && \
drush updb -y && \
drush fra -y
But due to the interactive password input that keeps running in a background tab until I remember to put a password. Having an optional password in the command line would be nice.