This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
db5739614e
dotfiles
/
fish
/
functions
/
rmempty.fish
4 lines
72 B
Fish
Raw
Blame
History
function
rmempty
find .
-depth
-empty
-type
d
-exec
rmdir
'{}'
\;
end
View Git Blame
Copy Permalink