Welcome to my personal collection of shell scripts! This repository contains various shell scripts I use in both professional and personal contexts.
-
Clone the repository:
git clone https://github.com/MrGKanev/sh-scripts.git
-
Make scripts executable:
find . -name "*.sh" -exec chmod +x {} \;
-
Each script directory contains its own README with specific usage instructions.
- Bash shell (version 4.0 or later recommended)
- Most scripts list their specific dependencies in their respective directories
- Common Unix utilities (grep, awk, sed, etc.)
This project is licensed under the MIT License - see each script's directory for specific terms.
Note: Remember to check each script's individual documentation for specific requirements and usage instructions.