#! /bin/sh

if [ $# == 2 ] 
then
	lnshraw "chgrp $1 $2"
else
	echo "Usage: chgrp ID group"
fi


