You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by da...@locus.apache.org on 2000/12/14 03:18:51 UTC

cvs commit: jakarta-slide/src/webdav/client/bin run.sh

daveb       00/12/13 18:18:51

  Added:       src/webdav/client/bin run.sh
  Log:
  Initial add of shell script for running command line client.
  
  Revision  Changes    Path
  1.1                  jakarta-slide/src/webdav/client/bin/run.sh
  
  Index: run.sh
  ===================================================================
  #!/bin/sh
  #
  # Helper to run the command line client
  #
   
  CLASSPATH=${CLASSPATH}:../classes:../lib/webdav.jar
  
  export CLASSPATH
  
  java org.apache.webdav.cmd.Main $*