Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added calculator.sh path in README.md
Signed-off-by: sejallgaikwad <[email protected]>
  • Loading branch information
sejallgaikwad committed Apr 29, 2023
commit 29d4c2cb84d9378b3590701b57b37c86fea51367
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ A collection of simple Bash scripts.
1. [Multiplication.sh](scripts/multiplication.sh): perform multiplication of two numbers
1. [Division.sh](scripts/division.sh): perform division of two numbers
1. [Simplecacl.sh](scripts/simplecalc.sh): a simple calculator
1. [Calculator.sh](scripts/calculator.sh): a simple calculator with user input capability
1. [Table.sh](scripts/table.sh): print table of any number
1. [EvenOdd.sh](scripts/evenodd.sh): check if a number input from standard input is odd or even
1. [Factorial.sh](scripts/factorial.sh): generate the factorial of a number
Expand Down