#!/bin/sh -e
chmod -R g+rwX "$@"
find "$@" -type d | xa chmod g+s
