Clementine-audio-player-Mac.../dist/cpplint.sh

8 lines
166 B
Bash
Raw Permalink Normal View History

2014-02-08 15:11:55 +01:00
#!/usr/bin/env bash
dire=$1
if [ x$dire == "x" ];then
dire="src"
fi
find $dire -regex '.*\.\(h\|cpp\|mm\)' -type f -exec ./dist/cpplint.py --root=src {} 2>&1 \;