home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2001 May / SGI IRIX 6.5 Applications 2001 May.iso / dev / java_dev.idb / usr / java / bin32 / sgi / green_threads / native2ascii.z / native2ascii
Encoding:
Text File  |  2000-05-20  |  243 b   |  13 lines

  1. #!/bin/sh -p
  2. # @(#)native2ascii.sh    1.2 97/04/29
  3.  
  4. #
  5. # source a script that extracts RUNTIME_ARGS and APP_ARGS
  6. #
  7. . `dirname $0`/.extract_args
  8.  
  9. #
  10. # Run the native2ascii tool
  11. #
  12. `dirname $0`/java $RUNTIME_ARGS sun.tools.native2ascii.Main $APP_ARGS
  13.