X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=gopher.sh;h=58175702600c07be27fe6f97fddb896273c14163;hb=fcda6ae3df75d214b74022323d421283764f27ff;hp=64a54f7225fd8a07a5abbe9e7b7aa9b4788a993e;hpb=05ea999a682f0ecf2830b94606b64bf853e919c4;p=gofetch.git 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