This directory contains development and maintenance utility scripts for ShellForge.
fix-permissions.sh- Sets executable permissions on all shell scripts in the projectmake-executable.sh- Quick script to make all project scripts executable
After cloning or if permissions get messed up:
bash scripts/fix-permissions.shQuick way to ensure all scripts are executable:
bash scripts/make-executable.shThese are development utilities and are not part of the main ShellForge functionality. They help maintain the development environment.