Create empty_folder_delete.sh

This commit is contained in:
epitaxy
2022-06-26 14:37:37 +09:00
committed by GitHub
parent 38233fcac5
commit e9ddc23b0e

2
empty_folder_delete.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
find . -depth -type d -empty -delete