From f390bc1e82429275f8e58896f3123cbb959358f0 Mon Sep 17 00:00:00 2001 From: prakash Date: Fri, 12 Dec 2025 11:30:43 -0500 Subject: [PATCH 1/5] Prakash added new lines in simple-interest sh file --- simple-interest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb..c035d49d 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -24,3 +24,7 @@ read t s=$(expr $p \* $t \* $r / 100) echo "The simple interest is: " echo $s + + +# Prakash added a new line +# Prakash added another new line here \ No newline at end of file From afff4332eef35f54b979b159f30dd7e1a7dabf69 Mon Sep 17 00:00:00 2001 From: prakash Date: Fri, 12 Dec 2025 11:37:52 -0500 Subject: [PATCH 2/5] Added a new line to revert later --- simple-interest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simple-interest.sh b/simple-interest.sh index c035d49d..8af2ecad 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -27,4 +27,5 @@ echo $s # Prakash added a new line -# Prakash added another new line here \ No newline at end of file +# Prakash added another new line here +# Making a change to revert next \ No newline at end of file From 3cc24459f6af769a98e837bf5f2c271b28b748d3 Mon Sep 17 00:00:00 2001 From: prakash Date: Fri, 12 Dec 2025 11:38:09 -0500 Subject: [PATCH 3/5] Revert "Added a new line to revert later" This reverts commit afff4332eef35f54b979b159f30dd7e1a7dabf69. --- simple-interest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simple-interest.sh b/simple-interest.sh index 8af2ecad..c035d49d 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -27,5 +27,4 @@ echo $s # Prakash added a new line -# Prakash added another new line here -# Making a change to revert next \ No newline at end of file +# Prakash added another new line here \ No newline at end of file From 756db5d6b0f0c5bfe62405093f2945667dcb49b2 Mon Sep 17 00:00:00 2001 From: prakash Date: Fri, 12 Dec 2025 11:44:31 -0500 Subject: [PATCH 4/5] added 2 line to simple interest.sh --- simple-interest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-interest.sh b/simple-interest.sh index c035d49d..5885bd9b 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -27,4 +27,4 @@ echo $s # Prakash added a new line -# Prakash added another new line here \ No newline at end of file +# Prakash modified another new line here \ No newline at end of file From b80a835123ab3f063f73ee5ea4808b54162438ac Mon Sep 17 00:00:00 2001 From: prakash Date: Fri, 12 Dec 2025 12:05:11 -0500 Subject: [PATCH 5/5] Changed Read.me file to 2023 in footer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1034661..2a2b1d78 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._