#!/bin/bash

curl -X PUT http://127.0.0.1:5984/browser  -H "Content-Type: application/json" -d  "{}"

