summaryrefslogtreecommitdiff
path: root/etc/functions/world-readable
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/world-readable')
-rw-r--r--etc/functions/world-readable3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/functions/world-readable b/etc/functions/world-readable
new file mode 100644
index 0000000..c66a479
--- /dev/null
+++ b/etc/functions/world-readable
@@ -0,0 +1,3 @@
+world-readable () {
+ chmod -R a+rX .
+}