view tests/0043/clean.sh @ 710:9719d83902b6

Removed installer (not required now).
author mas01mj
date Fri, 18 Jun 2010 11:30:00 +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