mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-17 23:00:10 -07:00
8 lines
156 B
Bash
Executable File
8 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
filename='mailhops'
|
|
|
|
rm -f $filename.zip
|
|
|
|
zip -r $filename.zip ./ -i *.js *.xhtml *.html *.png *.svg *.gif *.css *.json _locales/*/messages.json
|