From: Martin Pitt Date: Mon, 27 Jul 2026 09:22:23 +0000 (+0200) Subject: cclaude: Add ShellCheck X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=9873cab491cbf399c277e587d4445bb0c9118ab1;p=bin.git cclaude: Add ShellCheck --- diff --git a/cclaude b/cclaude index f47c072..59fccc6 100755 --- a/cclaude +++ b/cclaude @@ -8,7 +8,7 @@ IMG=localhost/claude if ! podman image inspect "$IMG" >/dev/null; then podman build -t "$IMG" -f - /run <