1
1
Bifurcation 0
resurrect-pages-isup-edition/package.sh
Anthony Lieuallen 73e8bcedc0 -
2006-05-14 23:29:03 +00:00

9 lignes
280 o
Bash
Fichier exécutable

#!/bin/sh
PROJ=`sed '2,$d' chrome.manifest|awk '{print $2}'`
rm -f ${PROJ}*.xpi
VER=`grep 'em:version' install.rdf | sed 's/[^0-9.]//g'`
echo CREATING: ${PROJ}-${VER}.xpi
zip -9 ${PROJ}-${VER}.xpi \
`find . -type d -name .svn -prune -false -o -type f -a -not -name package.sh`