#!/bin/sh
find . -type d -print0 -depth | xargs -r0 rmdir
