#!/bin/bash
#
# sys-filesystems-du
#
# Balance block groups on a btrfs filesystem
#
# (c)2021 Marek Uher <marek@uher.info>
#

duf --all -width `tput cols`
exit $?

# /* End of file: sys-filesystems-balance */ 
