Skip to content

Commit

Permalink
testing commit from somewhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjhathaway committed Aug 30, 2014
1 parent 3b4aa51 commit 7ebd0f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion removeLocation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if [[ $# -ne 1 ]]; then
echo "eg. removeLocation.sh bookmarkName\033[0m"
exit
fi

# Check to see if bookmark name has already been used
check=$(egrep "^$1\>" $LOCBOOKHOME/.ohThePlacesIveBeen.txt)
if [ -n "$check" ]; then
Expand Down

0 comments on commit 7ebd0f3

Please sign in to comment.