#!/bin/sh
# @(#)native2ascii.sh	1.2 97/04/29

#
# source a script that extracts RUNTIME_ARGS and APP_ARGS
#
. `dirname $0`/.extract_args

#
# Run the native2ascii tool
#
`dirname $0`/java $RUNTIME_ARGS sun.tools.native2ascii.Main $APP_ARGS
