From: Martin Pitt Date: Sun, 26 Jul 2026 02:34:20 +0000 (+0200) Subject: cclaude: Install script command X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=46294368c8c3dab666cb8c390b57f8cf6dc58f42;p=bin.git cclaude: Install script command --- diff --git a/cclaude b/cclaude index 2449c27..f47c072 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 <