From 0c89dd9fc6c8e2372512d3e24b75d3868d2ce963 Mon Sep 17 00:00:00 2001 From: shauryadeepRaolji Date: Sat, 2 Sep 2023 12:45:25 +0530 Subject: [PATCH 1/4] checking for new branch --- script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.sh b/script.sh index f9971f7..7db9dd5 100644 --- a/script.sh +++ b/script.sh @@ -5,3 +5,5 @@ # Run the python file, using input1.txt as stdin, and write the output to a file user_output1.txt # Display user_output1.txt to the user as user output, and the file output1.txt as the expected output # Once you have tested out the script and verified it's working, commit it to a branch: + +echo "General Kenobi" From 56dd78ee695574892404da9021c24c7898fd2ad8 Mon Sep 17 00:00:00 2001 From: shauryadeepRaolji Date: Sat, 2 Sep 2023 12:47:41 +0530 Subject: [PATCH 2/4] task2 --- script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script.sh b/script.sh index 7db9dd5..9fa5894 100644 --- a/script.sh +++ b/script.sh @@ -7,3 +7,4 @@ # Once you have tested out the script and verified it's working, commit it to a branch: echo "General Kenobi" +echo "We need to see changes in the repo" From bde021df61d792d6faf15f75d87b7b5c7488649d Mon Sep 17 00:00:00 2001 From: shauryadeepRaolji Date: Sat, 2 Sep 2023 12:50:55 +0530 Subject: [PATCH 3/4] task2 changed --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 9fa5894..fcab21c 100644 --- a/script.sh +++ b/script.sh @@ -6,5 +6,5 @@ # Display user_output1.txt to the user as user output, and the file output1.txt as the expected output # Once you have tested out the script and verified it's working, commit it to a branch: -echo "General Kenobi" +echo "Seeing the changes" echo "We need to see changes in the repo" From e936b284f6310ef29b0a8b1d558b1f2ceb18fb94 Mon Sep 17 00:00:00 2001 From: shauryadeepRaolji Date: Sat, 2 Sep 2023 12:53:14 +0530 Subject: [PATCH 4/4] Hello --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index fcab21c..8942961 100644 --- a/script.sh +++ b/script.sh @@ -6,5 +6,5 @@ # Display user_output1.txt to the user as user output, and the file output1.txt as the expected output # Once you have tested out the script and verified it's working, commit it to a branch: -echo "Seeing the changes" +echo "Seeing the changes after pusing" echo "We need to see changes in the repo"