#!/bin/sh # # shell script to create Bacula PostgreSQL tables # bindir= db_name=bacula $bindir/psql -f - -d ${db_name} $* <