Skip to content

Instantly share code, notes, and snippets.

@binarykore
Created March 25, 2025 22:10
Show Gist options
  • Save binarykore/82bd75b011f45c05b11054e184e79c4b to your computer and use it in GitHub Desktop.
Save binarykore/82bd75b011f45c05b11054e184e79c4b to your computer and use it in GitHub Desktop.
Tar or Archive Zip a Directory..
#!/bin/bash
base=$(basename $PWD)
cd ..
tar -czf $base.tar.gz $base
# - Made by Mako
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment