Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 319 Bytes

Shell-Scripts

A repository for shell script programs

  1. firstsh.sh is my first ever shell scipt , honestly felt lika an achievement .
  2. secondsh.sh , a script that displays my first name n times(n has to be inputed by the user).
  3. factorial.sh is a script that calculates and displays factorial of n(user input).