X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fwgeter.sh;h=dea60fbf15ac29361488146e195081b127032bfa;hb=0ed43747344437800094782e78313b1c41c2cc1c;hp=5f80d81190264be7c68269309fb3fc580eef8b94;hpb=b711e2e5767124b1d12fd548ad9605d77c0edbb6;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