Initial commit

This commit is contained in:
Nico Schottelius 2005-11-09 13:17:40 +01:00
commit 01e34e8f2e
8 changed files with 67 additions and 0 deletions

9
permissions.group-work Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
#
# Nico Schottelius <nico-linux@schottelius.org>
# Date: 09-Nov-2005
# Last Modified: -
#
find "$1" -type d -exec chmod 0770 {} \;
find "$1" -type f -exec chmod u+rw,g+rw,o-rwx {} \;