f7808b6c8e
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
8 lines
142 B
Bash
Executable file
8 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Nico Schottelius <nico-linux@schottelius.org>
|
|
# Date: 09-Nov-2005
|
|
# Last Modified: -
|
|
#
|
|
|
|
find "$1" -exec chmod u+rw,og-rwx {} \;
|