mirror of
https://github.com/epitaxy/charms.git
synced 2025-12-07 00:15:55 +09:00
a little change
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# delete zero-sized file in the current path
|
# delete zero-sized file in the current path (directory)
|
||||||
find . -size 0 -print -delete
|
find . -size 0 -print -delete
|
||||||
|
|||||||
Reference in New Issue
Block a user