commit 73b75aa848657d4cacc2ac73ee52d1181a2c8491 parent 0417867674fabe1f7d385d25be7ab626a6db42a1 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Sun, 23 Aug 2015 10:01:01 +0200 Merge pull request #67 from thirota/format Fixing the format of comments Diffstat:
M | ansiweather | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansiweather b/ansiweather @@ -67,7 +67,7 @@ done -#### [ Display usage ]######################################################### +###[ Display usage ]########################################################### if [ "$usage" = true ] then @@ -157,7 +157,7 @@ timeformat=$(get_config "timeformat" || echo "%b %d %r") -#### [ Colors and characters ]################################################# +###[ Colors and characters ]################################################### background=$(get_config "background" || echo "\033[44m") text=$(get_config "text" || echo "\033[36;1m")