Created
November 16, 2020 11:31
-
-
Save mymizan/4928172ac81bf55e11ff2e65b4dba3f3 to your computer and use it in GitHub Desktop.
Build Script
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/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