shell-utils/sys/dirsz

4 lines
58 B
Plaintext
Raw Normal View History

2023-07-15 19:21:25 +00:00
#!/usr/bin/env zsh
du -mhac "$@" --exclude .git|sort -h