From: Niki Roo Date: Sun, 15 Apr 2018 03:18:51 +0000 (+0200) Subject: gopher.sh: note the current link number X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=commitdiff_plain;h=fcda6ae3df75d214b74022323d421283764f27ff gopher.sh: note the current link number --- diff --git a/gopher.sh b/gopher.sh index 64a54f7..5817570 100755 --- a/gopher.sh +++ b/gopher.sh @@ -214,7 +214,7 @@ download) goto_sel="`getsel "$tmp" $index 2`" goto_port="`getsel "$tmp" $index 4`" goto_mode="`getsel "$tmp" $index 1 | cut -c1`" - echo "Digging to [$goto_server:$goto_port] [$goto_sel]..." + echo "Digging to [$goto_server:$goto_port] $index [$goto_sel]..." sh "$0" "$goto_server" "$goto_sel" "$goto_port" "$goto_mode" [ $? = 255 ] && exit 255 # force-quit fi