dotfiles/.local/bin/trl
2021-01-07 19:50:04 +01:00

2 lines
56 B
Bash
Executable file

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