diff --git a/run.sh b/run.sh index e7b05c4..c788b33 100644 --- a/run.sh +++ b/run.sh @@ -2,7 +2,7 @@ # checking for unrelated echo '[*] Checking for Unrelated Data'; -echo >> $(whoami) +echo >> $(whoami).txt echo '[*] Directories with more than 1GB size:'; du -h ./ | grep '[0-9]G\>' >> $(whoami).txt echo >> $(whoami)