Rev 23 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 23 | Rev 3042 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !exit |
|
- | 2 | ||
1 | #! /bin/sh |
3 | #! /bin/sh |
2 | # Get list of new additions to the site. |
4 | # Get list of new additions to the site. |
3 | # Reads the file modules/Changelog. |
5 | # Reads the file modules/Changelog. |
4 | 6 | ||
5 | 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 |