This repository contains a collection of sample Bash scripts for learning and practicing shell scripting.
- Operating System: Linux, macOS, or Windows (with WSL or Git Bash)
- Bash: Version 3.0 or higher recommended
- Git: For cloning the repository
-
Make the script executable:
chmod +x src/scripts/sample-script.sh
-
Execute the script:
./src/scripts/sample-script.sh
Alternatively, you can run:
bash src/scripts/sample-script.sh
Contributions are welcome! Please open issues or submit pull requests for improvements or new scripts.
This project is licensed under the MIT License.