diff --git a/SOLUTION b/SOLUTION index 0e969ab..1281400 100644 --- a/SOLUTION +++ b/SOLUTION @@ -1,3 +1 @@ - << Change this line. The secret must be placed in the first line - -# Good Luck! \ No newline at end of file +814c5723c21e7e90a3eae36c8df3c513 \ No newline at end of file diff --git a/mySolution.sh b/mySolution.sh index e69de29..50449ec 100644 --- a/mySolution.sh +++ b/mySolution.sh @@ -0,0 +1,6 @@ +cd src/ +mkdir secretDir +rm -r maliciousFiles +touch secretDir/.secret +chmod 600 secretDir/.secret +/bin/bash generateSecret.sh \ No newline at end of file