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