view tests/0043/clean.sh @ 770:c54bc2ffbf92 tip

update tags
author convert-repo
date Fri, 16 Dec 2011 11:34:01 +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