#!/bin/sh
if [ -e /proc/net/rpc/nfs ]
then 
    echo '<<<app-nfs>>>'
    cat /proc/net/rpc/nfs
    echo
fi
