#!/bin/bash
#create db erp
sudo -i -u postgres
psql -c "CREATE user total with encrypted password 'parola';"
