From 8896ac675b5bf513074d7552da7d9f4cf8d16217 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 10:08:14 +0200 Subject: now use autoloading for functions --- etc/functions/world-readable | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/functions/world-readable') 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 . -- cgit v1.2.3