Mercurial > hg > aimc
view scripts/lint_all.sh @ 28:30a5acc043e7
-Added HTKAimfeat script to run a complete experiment on the CNBH syllables database
-Added simple script for booting an EC2 instance and calling the setup script from the svn repo
author | tomwalters |
---|---|
date | Wed, 24 Feb 2010 14:07:01 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py --filter=-build/header_guard