#!/bin/sh

psql -h ctd2 oscon <<_EOF_
	insert into customer values (6, 'Bobby Boss', '130.130.1313');
_EOF_

