#!/bin/sh -e

cd "$(dirname "$(realpath -- "$0")")"
redo apenwarr/clean
( cd redo-sh.tests ; ./clean )
for d in apenwarr redo-sh.tests ; do ( cd $d ; redo-cleanup full >/dev/null ) ; done
