summaryrefslogtreecommitdiff
path: root/etc/functions/world-readable
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-26 19:31:30 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-26 19:31:30 +0200
commit6c1e2ec9f4a4728dd6338b2e4ea648f6b5cd59ae (patch)
tree0d5a19ce698652f38445bbae0716d60af0302c7e /etc/functions/world-readable
parent1f9b6f887144dea73f5c39c1943b9905355602a6 (diff)
etc/functions: Splitup into seperate files per function
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 .
+}