Changeset 782 for trunk/tools


Ignore:
Timestamp:
Dec 24, 2012, 1:59:00 PM (11 years ago)
Author:
pfusik
Message:

STIL: define number of entries as the number of slashes in the first column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validate-stil.bat

    r752 r782  
    33grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt
    44perl -nle "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt
     5grep -c "^/" ../asma/Docs/STIL.txt
Note: See TracChangeset for help on using the changeset viewer.