diff options
Diffstat (limited to 'etc/functions/world-readable')
-rw-r--r-- | etc/functions/world-readable | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/functions/world-readable b/etc/functions/world-readable index c66a479..7963223 100644 --- a/etc/functions/world-readable +++ b/etc/functions/world-readable @@ -1,3 +1 @@ -world-readable () { - chmod -R a+rX . -} +chmod -R a+rX . |