Update empty_folder_delete.sh

This commit is contained in:
epitaxy
2022-06-26 14:40:38 +09:00
committed by GitHub
parent e9ddc23b0e
commit 4cecd2c51b

View File

@@ -1,2 +1,3 @@
#!/bin/bash
# delete empty folders (or directories) from current path
find . -depth -type d -empty -delete