Skip to content

Instantly share code, notes, and snippets.

@mymizan
Created November 16, 2020 11:31
Show Gist options
  • Save mymizan/4928172ac81bf55e11ff2e65b4dba3f3 to your computer and use it in GitHub Desktop.
Save mymizan/4928172ac81bf55e11ff2e65b4dba3f3 to your computer and use it in GitHub Desktop.
Build Script
#!/bin/bash
rm -rf woocommerce-multistore.zip
zip -r woocommerce-multistore.zip woocommerce-multistore -x '*.git*' -x '.DS_Store' -x '.travis.yml' -x 'bin' -x 'phpunit.xml.dist' -x 'tests'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment