]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/wgeter.sh
Merge branch 'develop'
[nncp.git] / doc / wgeter.sh
index 5f80d81190264be7c68269309fb3fc580eef8b94..dea60fbf15ac29361488146e195081b127032bfa 100755 (executable)
@@ -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