leosutic    2004/08/27 16:13:13

  Added:       attributes windeploysite.cmd
  Log:
  Added this one to make it easier to update the site in Windows.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/attributes/windeploysite.cmd
  
  Index: windeploysite.cmd
  ===================================================================
  @ECHO OFF
  
  if "%1" == "" goto :HELP
  
  pscp target/site.zip [EMAIL PROTECTED]:__site.zip
  plink [EMAIL PROTECTED] "rm -rf /www/jakarta.apache.org/commons/attributes/*;unzip 
__site.zip -d /www/jakarta.apache.org/commons/attributes/;rm -f __site.zip"
  
  goto END
  
  :HELP
  
  echo Usage: windeploysite username
  echo Example: windeploysite leosutic
  
  :END
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to