#!/bin/bash mkdir ~/.librography touch ~/.librography/ echo "Enter the user name for database: " read password echo "The Current User Name is $first_name" echo echo "Enter other users'names: " read name1 name2 name3 echo "$name1, $name2, $name3 are the other users." PASS=`pwgen -s 40 1` mysql -uroot <