mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-17 06:40:08 -07:00
8 lines
172 B
Bash
Executable File
8 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
filename='mailhops'
|
|
|
|
rm -f $filename.zip
|
|
|
|
zip -r $filename.zip ./ -x ./images/* -i *.js *.xul *.png *.gif *.css *.json *.dtd _locales/*/messages.json *.manifest
|