From: Niki Roo Date: Sun, 15 Apr 2018 07:35:47 +0000 (+0200) Subject: gopher.sh: cosmetic X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=commitdiff_plain;h=4e5b044863a8371aa4f67d1ea9152292a15cc0ad gopher.sh: cosmetic --- diff --git a/gopher.sh b/gopher.sh index 3dee0f9..4fd277b 100755 --- a/gopher.sh +++ b/gopher.sh @@ -53,13 +53,11 @@ PORT="`echo "$PORT" | sed 's/^://'`" # Defaults: if [ "$PORT" = "" ];then - if [ "$PROTOCOL" = http ]; then - PORT=80 - elif [ "$PROTOCOL" = https ]; then - PORT=443 - else - PORT=70 - fi + case "$PROTOCOL" in + http) PORT=80 ;; + https) PORT=443;; + *) PORT=70 ;; + esac fi if [ "$MODE" = "" ]; then @@ -88,7 +86,7 @@ EL= if [ "$LINK_COLOR" != "-" ]; then SL="`tput setf $LINK_COLOR``tput setaf $LINK_COLOR`" EL="`tput init`" - export LESS="${LESS}-R" + export LESS="${LESS} -R" fi # 'dialog' or text