#!/bin/bash cppcheck --enable=all --force -j 5 -v . 1>makecheck.txt 2>makecheck_err.txt