Skip to content

Instantly share code, notes, and snippets.

@ChieftainY2k
Created May 10, 2023 09:56
Show Gist options
  • Save ChieftainY2k/6692cc0faf473c8f4ed3857eb86e8214 to your computer and use it in GitHub Desktop.
Save ChieftainY2k/6692cc0faf473c8f4ed3857eb86e8214 to your computer and use it in GitHub Desktop.
Vagrant unzip wrapper
#!/bin/sh
#copy this file to /usr/local/bin/unzip
/usr/bin/unzip "$@"
sleep 0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment