Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Kovanen committed Oct 30, 2014
1 parent cb9186e commit 599a98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spot.sh
Expand Up @@ -157,6 +157,7 @@ $cyan\1$reset \\
i = index($0, "\033[1;33;40m")
str = $0
while(i > 0) {
# Clean coloring
line = reset
if (linenums) {
Expand Down Expand Up @@ -196,4 +197,4 @@ $cyan\1$reset \\
}'

echo ""
tput sgr0
tput sgr0 # Clean leftover colors

0 comments on commit 599a98f

Please sign in to comment.