Subversion Repositories wimsdev

Rev

Rev 3042 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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