Skip to content

Instantly share code, notes, and snippets.

@rthor
Created April 2, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rthor/7a5faf7d30424bda3bd90280e7fedb40 to your computer and use it in GitHub Desktop.
Save rthor/7a5faf7d30424bda3bd90280e7fedb40 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Removing dependencies...";
rm -rf $1/**/node_modules;
echo "Ziping...";
zip -r -q $1.zip $1;
echo "Removing original...";
rm -rf $1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment