diff options
author | evgeny <me@ch1p.com> | 2016-07-03 04:19:31 +0300 |
---|---|---|
committer | evgeny <me@ch1p.com> | 2016-07-03 04:19:31 +0300 |
commit | ead0c2ecb1d1d7624065422b658a1b61079d3fa5 (patch) | |
tree | 7704f9fc24f80505c7bf34e61f02e743e1684a9f /make_xpi.sh |
initial
Diffstat (limited to 'make_xpi.sh')
-rwxr-xr-x | make_xpi.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make_xpi.sh b/make_xpi.sh new file mode 100755 index 0000000..516f65f --- /dev/null +++ b/make_xpi.sh @@ -0,0 +1,2 @@ +#!/bin/sh +zip -r tablocation.xpi * -x make_xpi.sh |