From a171caf0b0a5541246f994155406e840b28390de Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 05:27:27 -0600 Subject: chore: standardize shebangs, fix lint target, add .editorconfig - Change all script shebangs to #!/usr/bin/env bash for portability (heredocs writing to installed systems keep #!/bin/bash) - Remove || true from Makefile lint target so shellcheck errors fail the build - Add .editorconfig for consistent formatting across editors --- custom/install-claude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/install-claude') diff --git a/custom/install-claude b/custom/install-claude index e467108..f312861 100755 --- a/custom/install-claude +++ b/custom/install-claude @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # install-claude - Install Claude Code CLI # Run this if you need AI assistance during installation -- cgit v1.2.3