Debugging

This commit is contained in:
2025-06-04 14:03:14 +12:00
parent 57fe7f6419
commit 12ae8d9a08

View File

@@ -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"