✨ rmdir-empty
This commit is contained in:
parent
aca0f41d65
commit
a58706e9aa
1 changed files with 3 additions and 0 deletions
3
rmdir-empty
Executable file
3
rmdir-empty
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# recursively delete empty directories
|
||||||
|
find . -depth -type d -empty -exec rmdir -v {} \;
|
Loading…
Add table
Add a link
Reference in a new issue