#!/bin/bash # Claude Launcher — Bash entry point export NODE_TLS_REJECT_UNAUTHORIZED=0 cd "$(dirname "$0")" && npx tsx src/index.tsx