dotfiles/.local/bin/trl

3 lines
56 B
Plaintext
Raw Normal View History

2021-01-07 18:50:04 +00:00
#!/bin/sh
tree -a -L 3 --du -h -C "$@" | ${PAGER:-less}