Subversion Repositories wimsdev

Rev

Rev 3042 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !exit
  2.  
  3. #! /bin/sh
  4. # Get list of new additions to the site.
  5. # Reads the file modules/Changelog.
  6.  
  7. awk 'BEGIN {a=0}; $2=="added" {print; a++};a>='$w_llimit' {exit}' modules/Changelog
  8.