fix-line-endings-check-bash

Community

Automate script prep: fix line endings, check syntax.

AuthorManuelKugelmann
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Streamlines the preparation of bash scripts by combining two essential steps: fixing line ending inconsistencies and validating syntax. This ensures scripts are robust and error-free before deployment.

Core Features & Use Cases

  • Dual-Action Utility: Converts CRLF to LF line endings and then performs a syntax check.
  • Pre-Deployment Assurance: Guarantees scripts are correctly formatted and syntactically sound.
  • Use Case: After writing a new bash script, run this skill to automatically clean up any Windows line endings and confirm there are no syntax errors, making it ready for use on Linux.

Quick Start

Fix line endings and check syntax for 'build.sh'. .claude/skills/fix-line-endings-check-bash/scripts/fix-line-endings-check-bash.sh build.sh

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fix-line-endings-check-bash
Download link: https://github.com/ManuelKugelmann/BitBot/archive/main.zip#fix-line-endings-check-bash

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository