mirror of
https://github.com/epitaxy/charms.git
synced 2025-12-07 00:15:55 +09:00
test
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# delete empty folders (or directories) from current path
|
# 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