Created
May 10, 2023 09:56
-
-
Save ChieftainY2k/6692cc0faf473c8f4ed3857eb86e8214 to your computer and use it in GitHub Desktop.
Vagrant unzip wrapper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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