#!/bin/csh -f # sysprops # ------------------------------------------------------------------------------ # Shell script to read the Java system properties and write to standard output. # ------------------------------------------------------------------------------ # Usage: sysprops # Assumptions: # Effects: # - Reads the Java system properties and writes to standard output. # Anticipated Changes: # Notes: # Implementation Notes: # Portability Issues: # Revision History: # $Log$ # ------------------------------------------------------------------------------ if ($#argv != 0 || "$1" == "-h" || "$1" == "--help") then echo "Usage: $0:t" exit 1 endif java -classpath /Users/fred/fred/lib/sysprops.jar:/Users/fred/fred/lib/bristle.jar:/Users/fred/fred/lib/xalan.jar:/Users/fred/fred/lib/xercesImpl.jar:/Users/fred/fred/lib/xml-apis.jar com.bristle.javaapps.sysprops.SystemProperties