From 441f16aab4ff7086c2f56284f4076975ec8e4508 Mon Sep 17 00:00:00 2001 From: jaskaranoberoi <128745608+jaskaranoberoi@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:47:53 +0530 Subject: [PATCH 1/2] Update mySolution.sh --- mySolution.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mySolution.sh b/mySolution.sh index e69de29..61ad689 100644 --- a/mySolution.sh +++ b/mySolution.sh @@ -0,0 +1,11 @@ +gunzip secretGenerator.tar.gz +tar -xvf secretGenerator.tar +cd src +rm -rf maliciousFiles +mkdir secretDir +cd secretDir +touch .secret +chmod 600 .secret +cd .. +chmod +x generateSecret.sh +./generateSecret.sh From 8c84bfaec2e5071b8ab4cb9d24a8eaccd8ef84cd Mon Sep 17 00:00:00 2001 From: jaskaranoberoi <128745608+jaskaranoberoi@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:49:09 +0530 Subject: [PATCH 2/2] Update SOLUTION --- SOLUTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOLUTION b/SOLUTION index 0e969ab..dd1839b 100644 --- a/SOLUTION +++ b/SOLUTION @@ -1,3 +1,3 @@ - << Change this line. The secret must be placed in the first line +814c5723c21e7e90a3eae36c8df3c513 << Change this line. The secret must be placed in the first line -# Good Luck! \ No newline at end of file +# Good Luck!