fix-line-endings-check-bash

Fix line endings AND check bash syntax in one step (recommended). Use after creating or editing bash scripts.

$ 설치

git clone https://github.com/ManuelKugelmann/BitBot /tmp/BitBot && cp -r /tmp/BitBot/.bitbot/internal/bitbot-config/.claude/skills/fix-line-endings-check-bash ~/.claude/skills/BitBot

// tip: Run this command in your terminal to install the skill


name: fix-line-endings-check-bash description: Fix line endings AND check bash syntax in one step (recommended). Use after creating or editing bash scripts.

Fix Line Endings + Check Bash

Recommended tool for bash script preparation.

.claude/skills/fix-line-endings-check-bash/scripts/fix-line-endings-check-bash.sh script1.sh script2.sh

Converts CRLF→LF, then validates syntax. Stops on first failure.