diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..02179c3 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +rempty +------ + +This utility removes all empty directories under the tree(s) specified on +the command line. It's useful for cleaning up after inconsiderate programs +that create empty directories as a matter of course. For example: + + rempty "${XDG_CONFIG_HOME:-~/.config}" "${XDG_DATA_HOME:-~/.local}" "${XDG_CACHE_HOME:-~/.cache}" + +This can clean up after many messy programs that otherwise conform to the XDG +base directory specification. |