CS699: Software Foundation Lab
Lab 2: Bash Scripting and Git Usage
Introduction
Welcome to Lab 2 of Software Foundation Lab (CS699)!
In this lab, you will learn and apply Bash Scripting knowledge and Git commands, syntax from the shared references.
This lab has three parts:
Lecture on Git and Vim
Link to the slides:
Given
- Before starting with Part 2, proceed to the Introduction to GitHub Classroom document to get access of GitHub repository.
- After your private repo has been created, proceed to Part 2.
- You can refer to the Git and GitHub document to get yourself acquainted with these tools.
References
- Nano Editor
- Vim Editor
- Passing arguments to Bash script
- Bash Arithmetic
- Bash Loops