File: fix_cpp_style.sh

package info (click to toggle)
node-zipfile 0.5.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 244 kB
  • ctags: 54
  • sloc: cpp: 345; makefile: 48; sh: 25; lisp: 10
file content (7 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
echo `pwd`
for file in $(find ./src/ -name '*.*')
do
    emacs -batch $file -l `pwd`/tools/cpp.el -f fixup_format
done