#!/bin/sh
awk 'BEGIN { FOUND=0 }  { if ($1=="fcadmin") FOUND=1; } END { print FOUND;}' /etc/sudoers
