mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
8 lines
203 B
Bash
Executable File
8 lines
203 B
Bash
Executable File
#! /bin/sh
|
|
## Copyright 1998-2003 The OpenLDAP Foundation
|
|
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
|
## of this package for details.
|
|
cc_r -ME $* > /dev/null
|
|
cat *.u
|
|
rm *.u
|