Skip to content

Instantly share code, notes, and snippets.

@kashifulhaque
Created January 5, 2024 20:38
Show Gist options
  • Save kashifulhaque/c80f3b31762901c510f0548b6e3da62b to your computer and use it in GitHub Desktop.
Save kashifulhaque/c80f3b31762901c510f0548b6e3da62b to your computer and use it in GitHub Desktop.
To decompress the tar file
#!/bin/bash
tar --use-compress-program=pigz -xvf archlinux_kde_${TIMESTAMP}.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment