#!/bin/bash set -o nounset mongo_root_user="$1" mongo_root_password="$2" mongo_database="$3" cat <