From a1fd1565357206c988b3c44bf868314cf0e8e60f Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sat, 14 Apr 2018 18:22:58 +0200 Subject: [PATCH] gopher.sh: "digging to [..]" when following links --- gopher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gopher.sh b/gopher.sh index f896f9d..91a02bb 100755 --- a/gopher.sh +++ b/gopher.sh @@ -183,6 +183,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]..." sh "$0" "$goto_server" "$goto_sel" "$goto_port" "$goto_mode" [ $? = 255 ] && exit 255 # force-quit fi -- 2.27.0