#!/bin/sh
# $Id: nfs-mount-all,v 1.3 2009/03/22 00:24:52 friedman Exp $

awk '$3 ~ /^nfs4?$/ { print "${MOUNT-mount}", $2 }' /etc/fstab | sh -x
