From dc47cb298e2d496ca9c6117d24c3ffcce4465a62 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 3 Jan 2021 14:15:06 +0100 Subject: crxmake: make executable --- crxmake | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) mode change 100644 => 100755 crxmake (limited to 'crxmake') diff --git a/crxmake b/crxmake old mode 100644 new mode 100755 index 7f14bee..11022b5 --- a/crxmake +++ b/crxmake @@ -1,9 +1,8 @@ -# Purpose: Pack a Chromium extension directory into crx format +#! /bin/sh +# Pack a Chromium extension directory into CRX3 format +# usage: crxmake EXTENSION_DIR KEY_FILE -if test $# -ne 2; then - echo "Usage: crxmake.sh " - exit 1 -fi +set -efu dir=$1 key=$2 -- cgit v1.2.3