jvanzyl     2004/05/12 11:05:32

  Added:       maven-meeper/src/bin create-checksums
  Log:
  o adding little fixes supplied by bayard from osjava.
  
  Revision  Changes    Path
  1.1                  maven-components/maven-meeper/src/bin/create-checksums
  
  Index: create-checksums
  ===================================================================
  #!/bin/sh
  for i in `find -regex '.*\.jar\|.*\.pom'`
  do
    md5sum $i | sed 's/ .*$//' > $i.md5
    chown --reference $i $i.md5
  done
    
  
  
  

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

Reply via email to