Changeset 14492


Ignore:
Timestamp:
04/01/13 10:43:16 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: now include mobile in line of code count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/getloc.sh

    r12364 r14492  
    11#!/bin/bash
    22#get number of lines of code
    3 cloc-1.55.pl $ISSM_DIR/src $ISSM_DIR/m4 --exclude-dir=.svn --exclude-dir=ad  --exclude-dir=android --exclude-ext=exp --exclude-lang=make --out=temp
     3cloc-1.55.pl $ISSM_DIR/src $ISSM_DIR/m4 --exclude-dir=.svn --exclude-dir=ad  --exclude-ext=exp --exclude-lang=make --out=temp
    44cat temp
    55./cloc2html.py
Note: See TracChangeset for help on using the changeset viewer.