From fcda6ae3df75d214b74022323d421283764f27ff Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sun, 15 Apr 2018 05:18:51 +0200 Subject: [PATCH] gopher.sh: note the current link number --- gopher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.27.0