mirror of https://github.com/bjeanes/dotfiles.git
4 lines
72 B
Fish
4 lines
72 B
Fish
|
function rmempty
|
||
|
find . -depth -empty -type d -exec rmdir '{}' \;
|
||
|
end
|