Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Created January 1, 2020 14:37
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 gemmadlou/714a45f46d137cc503a52f4acb0f5b5e to your computer and use it in GitHub Desktop.
Save gemmadlou/714a45f46d137cc503a52f4acb0f5b5e to your computer and use it in GitHub Desktop.
Artefact
#!/usr/bin/env bash
# Usage
# artefact 1.5.6
rm ../$1.zip
(zip -r9 ../$1.zip . -x \*.git\* \*coverage\* \*tests\* \*__tests__\*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment