Unnamed Skill
Fix CRLF (Windows) to LF (Unix) line endings in files. Use when encountering `/bin/bash: line 1: $'\r': command not found` errors.
$ Installer
git clone https://github.com/ManuelKugelmann/BitBot /tmp/BitBot && cp -r /tmp/BitBot/.bitbot/internal/bitbot-config/.claude/skills/fix-line-endings ~/.claude/skills/BitBot// tip: Run this command in your terminal to install the skill
SKILL.md
name: fix-line-endings
description: Fix CRLF (Windows) to LF (Unix) line endings in files. Use when encountering /bin/bash: line 1: $'\r': command not found errors.
Fix Line Endings
Convert CRLF to LF line endings.
.claude/skills/fix-line-endings/scripts/fix-line-endings.sh file1.sh file2.sh
For combined fix + syntax check, use fix-line-endings-check-bash instead.
Repository

ManuelKugelmann
Author
ManuelKugelmann/BitBot/.bitbot/internal/bitbot-config/.claude/skills/fix-line-endings
2
Stars
0
Forks
Updated4d ago
Added1w ago