Created
September 23, 2019 07:19
-
-
Save gbalbuena/83cc55fb2f1d8f2b19c89a7125270c45 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
get $(npm view @gbalbuena/aws-node-simple-http-endpoint dist.tarball) | |
tar xzf aws-node-simple-http-endpoint-1.0.2.tgz && \\ | |
zip aws-node-simple-http-endpoint-1.0.2.zip $(tar tf aws-node-simple-http-endpoint-1.0.2.tgz) && \\ | |
rm -r -f -- $(tar tf aws-node-simple-http-endpoint-1.0.2.tgz) && \\ | |
aws-node-simple-http-endpoint-1.0.2.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment