source: trunk/tools/validate-stil.bat @ 757

Comments

    Last change on this file since 757 was 752, checked in by pfusik, 12 years ago

    STIL: fixed and the simple tool i used for it.

    File size: 262 bytes
    Line 
    1grep -E " $" ../asma/Docs/STIL.txt
    2grep -E ".{100}" ../asma/Docs/STIL.txt
    3grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt
    4perl -nle "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt
    Note: See TracBrowser for help on using the repository browser.