#!/bin/sh
tree -a -L 3 --du -h -C "$@" | ${PAGER:-less}