From 6c1e2ec9f4a4728dd6338b2e4ea648f6b5cd59ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 26 Jun 2008 19:31:30 +0200 Subject: etc/functions: Splitup into seperate files per function --- etc/functions/world-readable | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/functions/world-readable (limited to 'etc/functions/world-readable') 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 . +} -- cgit v1.2.3