Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
3042 bpr 1
!exit
2
 
23 reyssat 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