#!/bin/sh
# $NetBSD: script1,v 1.1 2001/04/25 03:43:29 garbled Exp $
cat /etc/exports | grep -v '^$' | grep -v '^#' | awk '{print $1}'