view tests/0043/clean.sh @ 686:d9bb0dba8e7a

* First iteration of query UI xib
author mas01mj
date Thu, 11 Mar 2010 12:09:32 +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