Skip to content

Latest commit

 

History

History

README.md

ShellForge Utility Scripts

This directory contains development and maintenance utility scripts for ShellForge.

Scripts

Permission Management

  • fix-permissions.sh - Sets executable permissions on all shell scripts in the project
  • make-executable.sh - Quick script to make all project scripts executable

Usage

Fix Permissions

After cloning or if permissions get messed up:

bash scripts/fix-permissions.sh

Make Executable

Quick way to ensure all scripts are executable:

bash scripts/make-executable.sh

Note

These are development utilities and are not part of the main ShellForge functionality. They help maintain the development environment.