## Description I spotted a couple small bugs when testing this, '+' gets appended to the execute command and one of the if statements in locate.sh should be an `elif`. ## To-Do - [x] Fix elif bug - [x] Fix '+' append bug
Description
I spotted a couple small bugs when testing this, '+' gets appended to the execute command and one of the if statements in locate.sh should be an
elif.To-Do