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