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