#!/bin/sh
find . -mount -type d -mindepth 1 -maxdepth 1 -exec du -sx "{}" \;|sort -n
