view tests/0043/clean.sh @ 734:35bfc91b67d3

Added initial search functions and tests.
author mas01mj
date Wed, 15 Sep 2010 11:59:47 +0000
parents da901c62e569
children
line wrap: on
line source
#! /bin/sh

if [ -d dbdir ]; then
    rm -rf dbdir
fi

if [ -d fdir ]; then
    rm -rf fdir
fi