#!/bin/sh
#
# shell script to Delete the SQLite tables, we simply delete and recreate
#  the database.
#
db_name=@db_name@

rm -f @working_dir@/${db_name}.db
touch @working_dir@/${db_name}.db


syntax highlighted by Code2HTML, v. 0.9.1