From 12ae8d9a08c1ea3f5fd1d179e6b47e3399215484 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Wed, 4 Jun 2025 14:03:14 +1200 Subject: [PATCH] Debugging --- runchecks.sh | 2 ++ 1 file changed, 2 insertions(+) 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