Subversion Repositories wimsdev

Rev

Rev 3042 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
#! /bin/sh
2
# Get list of new OEF to the site.
3
 
4
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