#!/bin/sh
#
# This script deletes a catalog dump
#
db_name=@db_name@

rm -f @working_dir@/${db_name}.sql


syntax highlighted by Code2HTML, v. 0.9.1