#!/bin/bash echo "choose a password for the database: 'input;" read input echo $(pwd) echo "creating database..." sudo mariadb -u root <