Changeset 607

Show
Ignore:
Timestamp:
04/21/07 03:51:56 (2 years ago)
Author:
sacha
Message:

fixed command

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/run-count-lines-of-code.sh

    r306 r607  
    2828############################################################################## 
    2929 
    30 find bin/ test/ src -name *.rb -exec cat {} \; | wc -l 
     30find bin/ test/ src/ -name "*.rb" -exec cat {} \; | wc -l