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 |
|
1 | #! /bin/sh |
2 | #! /bin/sh |
2 | # Get list of new OEF to the site. |
3 | # Get list of new OEF to the site. |
3 | 4 | ||
4 | grep -c . bases/site/oef/new.$w_module_language |
5 | grep -c . bases/site/oef/new.$w_module_language |
5 | cat bases/site/oef/new.$w_module_language 2>/dev/null | head -$w_llimit |
6 | cat bases/site/oef/new.$w_module_language 2>/dev/null | head -$w_llimit |