Skip to content

Commit

Permalink
Testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjhathaway committed Aug 30, 2014
1 parent 4a898e3 commit 3b4aa51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getLocation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ $# -ne 1 ]]; then
echo "eg. getLocation.sh bookmark\033[0m"
exit
fi

check=$(egrep "^$1\>" $LOCBOOKHOME/.ohThePlacesIveBeen.txt | cut -d$'\t' -f2)
if [ -n "$check" ]; then
echo $check
Expand Down

0 comments on commit 3b4aa51

Please sign in to comment.