#!/bin/sh

psql -c "insert into clusters(cluster_name,connect_string) values('local cluster','')" $@
