Subversion Repositories wimsdev

Rev

Rev 3042 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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.  
  7.