1999-04-21 01:59:01 -04:00
|
|
|
#! /bin/sh
|
1999-09-01 20:52:43 -04:00
|
|
|
# $OpenLDAP$
|
2003-11-28 15:00:23 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2005-01-01 15:49:32 -05:00
|
|
|
## Copyright 1998-2005 The OpenLDAP Foundation.
|
2003-11-28 15:00:23 -05:00
|
|
|
## All rights reserved.
|
|
|
|
|
##
|
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
|
## Public License.
|
|
|
|
|
##
|
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
1999-09-01 20:52:43 -04:00
|
|
|
#
|
2000-06-24 20:35:17 -04:00
|
|
|
# Strip comments
|
1999-09-01 20:52:43 -04:00
|
|
|
#
|
2000-06-24 20:35:17 -04:00
|
|
|
egrep -iv '^#'
|