#!/bin/bash CLIENTS=4 psql postgres -c "drop table if exists foo" psql postgres -c "create table foo (id int4)" pgbench postgres -n -f fooinsert.sql -c $CLIENTS -j $CLIENTS -T10