#!/bin/sh # # shell script to create Bacula PostgreSQL tables # bindir=@SQL_BINDIR@ if $bindir/psql -f - -d bacula $* <