base64 revision b1dce270ec218b8ad86ce6d745d295da038a5c88
a23fd118e437af0a7877dd313db8fdaa3537c675yl#!/bin/sh
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# CDDL HEADER START
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# The contents of this file are subject to the terms of the
a23fd118e437af0a7877dd313db8fdaa3537c675yl# Common Development and Distribution License, Version 1.0 only
a23fd118e437af0a7877dd313db8fdaa3537c675yl# (the "License"). You may not use this file except in compliance
a23fd118e437af0a7877dd313db8fdaa3537c675yl# with the License.
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
a23fd118e437af0a7877dd313db8fdaa3537c675yl# or http://forgerock.org/license/CDDLv1.0.html.
a23fd118e437af0a7877dd313db8fdaa3537c675yl# See the License for the specific language governing permissions
a23fd118e437af0a7877dd313db8fdaa3537c675yl# and limitations under the License.
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# When distributing Covered Code, include this CDDL HEADER in each
a23fd118e437af0a7877dd313db8fdaa3537c675yl# file and include the License file at legal-notices/CDDLv1_0.txt.
a23fd118e437af0a7877dd313db8fdaa3537c675yl# If applicable, add the following below this CDDL HEADER, with the
a23fd118e437af0a7877dd313db8fdaa3537c675yl# fields enclosed by brackets "[]" replaced with your own identifying
a23fd118e437af0a7877dd313db8fdaa3537c675yl# information:
a23fd118e437af0a7877dd313db8fdaa3537c675yl# Portions Copyright [yyyy] [name of copyright owner]
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# CDDL HEADER END
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# Copyright 2008 Sun Microsystems, Inc.
a23fd118e437af0a7877dd313db8fdaa3537c675yl# Portions Copyright 2011 ForgeRock AS
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675yl# This script may be used to display the status panel.
a23fd118e437af0a7877dd313db8fdaa3537c675ylOPENDJ_INVOKE_CLASS="org.opends.server.util.Base64"
a23fd118e437af0a7877dd313db8fdaa3537c675ylexport OPENDJ_INVOKE_CLASS
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylSCRIPT_NAME="base64"
a23fd118e437af0a7877dd313db8fdaa3537c675ylexport SCRIPT_NAME
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylSCRIPT_DIR=`dirname "${0}"`
a23fd118e437af0a7877dd313db8fdaa3537c675yl"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
a23fd118e437af0a7877dd313db8fdaa3537c675yl