#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cpplint --extensions=cpp,h $(find $DIR/.. -name "*\.cpp" -o -name "*\.h" )

