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! 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