4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zip -r -FS ../remwharead.xpi --exclude 'native-wrapper/*' --exclude build_xpi.sh -- *
|