Home
last modified time | relevance | path

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

/curl/
H A Dmaketgz161 targz="curl-$version.tar.gz"
175 gzip -dc "../$targz" | tar -xf -
184 echo "replace $targz with out.tar.gz"
185 mv out.tar.gz "$targz"
194 gzip -dc "$targz" | bzip2 --best > "$bzip2"
203 gzip -dc "$targz" | xz -6e - > "$xz"
213 gzip -dc "../$targz" | tar -xf -
226 touch -c -t "$filestamp" "$targz" "$bzip2" "$xz" "$zip"
231 ls -l "$targz" "$bzip2" "$xz" "$zip"
232 sha256sum "$targz" "$bzip2" "$xz" "$zip"
[all …]

Completed in 7 milliseconds