#!/bin/sh set -e set -u export PKG=icedeb [ ! -e $PKG.xpi ] || rm $PKG.xpi zip -r $PKG.xpi chrome install* chrome.manifest README res