#!/bin/bash cd ~/diary && find ./ -depth -type d -exec rmdir --ignore-fail-on-non-empty {} \; diary-setup.sh # end