Changeset 10605
- Timestamp:
- 11/11/11 13:29:20 (13 years ago)
- Location:
- issm/trunk/scripts
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/scripts/getloc.sh
r6088 r10605 1 1 #!/bin/bash 2 2 #get number of lines of code 3 cloc-1.55.pl $ISSM_TIER/src --exclude-dir=.svn --exclude-ext=exp --out=temp 4 cat temp 5 ./cloc2html.py 6 rm temp 3 7 8 cat $ISSM_TIER/src/dox/issm.dox | sed '/<table/,//d' > input1 9 cat $ISSM_TIER/src/dox/issm.dox | sed '1,/<\/table>/d' > input2 10 cat input1 temp.html input2 > $ISSM_TIER/src/dox/issm.dox 11 rm input1 input2 temp.html 12 13 exit 1 14 15 16 17 18 19 #OLDER MANUAL VESION 4 20 #get Matlab number of lines 5 21 cd $ISSM_TIER/src/m -
issm/trunk/scripts/jpic2pdf
r9284 r10605 41 41 %\pagecolor{white} 42 42 \definecolor{darkblue}{RGB}{0,0,170} 43 \definecolor{darkgreen}{RGB}{0,140,0} 43 44 \begin{document} 44 45 ENDHEADER
Note:
See TracChangeset
for help on using the changeset viewer.