#! /bin/sh exec find $* ! -group cs342s -exec chgrp cs342s \{\} \; \ -o \( \( -type f -exec chmod go+r \{\} \; \) \ -o \( -type d -exec chmod g+rx \{\} \; \) \)