repo.or.cz
/
minimalist.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 0.7.2, removed style/minimalist.css
[minimalist.git]
/
make_xpi.sh
blob
60cb5e0781ccc0939f341318d8dfe540ffd019c8
1
#!/bin/sh
2
PATTERN
=
's/^.*>\(.*\)<.*$/\1/g'
3
VER
=
`cat install.rdf | grep '<em:version>' | sed
$PATTERN
`
4
FILES
=
'components content defaults style install.rdf chrome.manifest'
5
6
zip
-r
minimalist_
$VER
.xpi
$FILES