X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=blobdiff_plain;f=gopher.sh;h=91a02bb497360e3e3cfe32741685062dc901c56d;hp=f896f9d8ec1f71c37ab456c5910a28cac3275c1d;hb=a1fd1565357206c988b3c44bf868314cf0e8e60f;hpb=3c2abf21612e7b9bb7ae48077e6c598f11db7fac 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