#!/bin/sh
U=`whoami`
G=www-data
sudo chown -f -h -R "$U:$G" "$@"
