© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Rachit Sheth
🌩️ Cloud & DevOps Engineer | AWS, Azure, Terraform, Ansible, Docker | Scripting | Ex-Infrastructure Engineer, Technical Support
1. Initial Setup Cloning the Repository git clone https://github.com/RScrafted/test.git --progress cd test 2. First Commit: Addition Editing the Script vi calculator.sh a=5 b=5 echo "ADDITION: $((a + b))" :wq Staging and Committing git add calcul...
No responses yet.