diff --git a/runchecks.sh b/runchecks.sh index 2168aca..d2ff151 100644 --- a/runchecks.sh +++ b/runchecks.sh @@ -1,3 +1,5 @@ #! /bin/bash +ls -la +ls -la / cppcheck "$2" --language=c++ --template="::{severity} file={file},line={line},col={column}::{message} | prbot" "$1" \ No newline at end of file