mirror of
https://github.com/epitaxy/charms.git
synced 2025-12-07 00:15:55 +09:00
Update empty_folder_delete.sh
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# delete empty folders (or directories) from current path
|
||||||
find . -depth -type d -empty -delete
|
find . -depth -type d -empty -delete
|
||||||
|
|||||||
Reference in New Issue
Block a user