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