#!/bin/sh

if test `uname -s` = "Linux"; then
	echo "root";
else
	echo "wheel";
fi;


syntax highlighted by Code2HTML, v. 0.9.1