#!/bin/sh
#
# shell script to create Bacula PostgreSQL tables
#
bindir=@SQL_BINDIR@
db_name=@db_name@

$bindir/psql $* ${db_name}


syntax highlighted by Code2HTML, v. 0.9.1