Welcome to Shell Scripting β a collection of Bash & POSIX shell scripts covering core concepts and mini projects.
This repo is where I put code while learning shell fundamentals and building small automation scripts β‘ . I have learned these concepts from a ~2 hours youtube video by @WSCubeTech
- π Examples of basic to advanced shell scripting concepts
- π Snippets for user input, loops, conditions, and functions
- β‘ Mini projects for automation & practice
- π Notes on secure and portable scripting
Clone the repo:
git clone https://github.com/cyberumair/ShellScripting.git
cd ShellScripting
Make a script executable:
chmod +x script.sh
./script.sh
Or just run with Bash:
bash script.sh
- π Build strong fundamentals in Shell & Bash scripting
- π§Ή Practice writing clean, portable, and secure code
- π¦ Share snippets that others can learn from or reuse
π‘ Suggestions and ideas are welcome!
Feel free to fork, improve, or share tips π
"One-liners today, automation tomorrow!" π₯οΈπ‘