Add basic shell scripting examples for beginners to understand scripting fundamentals.
Tasks
Add scripts under shell-scripting/basics/
Include:
variables
if-else
loops
Add comments explaining each line
Acceptance Criteria
Scripts must be executable
Proper comments
Clean folder structure
Skill Level
Beginner