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