#!/bin/sh
/sbin/mknod snap_pipe p
####################
PGHOST=gettys.com
PGPORT=5432
PGUSER=hills
PGPASSWORD=hilfor
PGDATABASE=template1
psql -c < snap_pipe &
PGHOST=jackrabbit.com
PGPORT=5432
PGUSER=jake
PGPASSWORD=jason98
PGDATABASE=template1
pg_dump_all > snap_pipe 
####################
PGHOST=tt23.firestar.com
PGPORT=5432
PGUSER=jimmy
PGPASSWORD=dkjfhksdhfk
PGDATABASE=template1
psql -c < snap_pipe &
PGHOST=dickle.firestar.com
PGPORT=5432
PGUSER=dad23
PGPASSWORD=ghert
PGDATABASE=template1
pg_dump_all > snap_pipe 
####################
PGHOST=tt23.firestar.com
PGPORT=5432
PGUSER=jimmy
PGPASSWORD=dkjfhksdhfk
PGDATABASE=template1
psql -c < snap_pipe &
PGHOST=johnypc.firestar.com
PGPORT=5432
PGUSER=dad23
PGPASSWORD=ghert
PGDATABASE=accounting
pg_dump > snap_pipe 
####################
PGHOST=tt23.firestar.com
PGPORT=5432
PGUSER=jimmy
PGPASSWORD=dkjfhksdhfk
PGDATABASE=template1
psql -c < snap_pipe &
PGHOST=zztop.firestar.com
PGPORT=5432
PGUSER=dod34
PGPASSWORD=fsdlgl
PGDATABASE=gems
pg_dump > snap_pipe 
####################
PGHOST=germs.firestar.com
PGPORT=5432
PGUSER=johny23
PGPASSWORD=dflkklfg
PGDATABASE=template1
psql -c < snap_pipe &
PGHOST=tt3.firestar.com
PGPORT=5432
PGUSER=gizmo
PGPASSWORD=giz1998
PGDATABASE=payroll
pg_dump > snap_pipe 
