home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / knm023.zip / knm.ksh < prev    next >
Text File  |  1998-10-24  |  399b  |  14 lines

  1. #!/bin/ksh
  2. #  Unix (ksh) shell script for knm
  3.  
  4. # *** Feed the following arguments to this startup file:
  5. # 1. filename (optional)    starts knm with this configuration file
  6.  
  7. # *** Set these variables according to your needs
  8.  
  9. export knmpath=.
  10.  
  11. rem *** End of environment variables to set
  12.  
  13. java -ms40m -mx80m -classpath $knmpath'/knm.jar;'$classpath' net.ibm.malamut.newsmail.ui.Shell' $*
  14.