X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fwgeter.sh;h=dea60fbf15ac29361488146e195081b127032bfa;hb=HEAD;hp=5f80d81190264be7c68269309fb3fc580eef8b94;hpb=501a1d49867a5ed1e2f633e1c8ed6522dd2943ed;p=nncp.git diff --git a/doc/wgeter.sh b/doc/wgeter.sh index 5f80d81..dea60fb 100755 --- a/doc/wgeter.sh +++ b/doc/wgeter.sh @@ -5,6 +5,6 @@ read cmdline tmp=$(mktemp) wget --output-document=$tmp $cmdline -xz -9 $tmp -nncp-file -nice $NNCP_NICE $tmp.xz $NNCP_SENDER:$name.xz -rm $tmp.xz +zstd --rm $tmp +nncp-file -nice $NNCP_NICE $tmp.zst $NNCP_SENDER:$name.zst +rm $tmp.zst