view scripts/lint_all.sh @ 22:645cfd371cff

- Added scripts directory with a few basic scripts for testing modules and interfacting with matlab
author tomwalters
date Mon, 22 Feb 2010 18:17:14 +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