#!/bin/sh
chgrp -f www-data "$@"
chmod -f g+rX,g-w,o-rwx "$@"
