Drop Database Using Terminal Postgres

sql -U <user>  -c "drop database protodb"
Restu Wahyu Saputra