Hi. I want to create a user with the createuser command and supply the password at the command line in a script, like this #!/bin/bash createuser myuser but I want to supply a password on the command line, is that possible? The docs tells me no, but does anyone know of a workaround?