Home
last modified time | relevance | path

Searched refs:targz (Results 1 – 1 of 1) sorted by relevance

/curl/scripts/
H A Dmaketgz173 targz="curl-$version.tar.gz"
187 gzip -dc "../$targz" | tar -xf -
196 echo "replace $targz with out.tar.gz"
197 mv out.tar.gz "$targz"
206 gzip -dc "$targz" | bzip2 --best > "$bzip2"
215 gzip -dc "$targz" | xz -6e - > "$xz"
225 gzip -dc "../$targz" | tar -xf -
238 touch -c -t "$filestamp" "$targz" "$bzip2" "$xz" "$zip"
243 ls -l "$targz" "$bzip2" "$xz" "$zip"
244 sha256sum "$targz" "$bzip2" "$xz" "$zip"
[all …]

Completed in 5 milliseconds