From bb665613d4e80c63287e1bdf61dd1a9daf89c52e Mon Sep 17 00:00:00 2001 From: sundowndev Date: Tue, 8 Jan 2019 14:55:31 +0100 Subject: [PATCH] Don't delete bash_history file --- covermyass.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/covermyass.sh b/covermyass.sh index 49604b7..c21fc98 100755 --- a/covermyass.sh +++ b/covermyass.sh @@ -39,7 +39,6 @@ if [[ $option == 1 ]]; then fi echo "" > ~/.bash_history - rm ~/.bash_history -rf echo "[+] ~/.bash_history cleaned." history -c