Initial Commit

This commit is contained in:
2025-06-04 13:04:13 +12:00
commit 009a093326
3 changed files with 34 additions and 0 deletions

3
runchecks.sh Normal file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
cppcheck "$2" --language=c++ --template="::{severity} file={file},line={line},col={column}::{message} | prbot" "$1"