From fbd08a7ee2a0657a62ec4b18ba99974c949b6f5f Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Tue, 15 Jun 2021 13:43:19 +0200 Subject: [PATCH] replace bash with sh --- icons.sh | 2 +- pack-chrome.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons.sh b/icons.sh index 6b90c0f..1224783 100755 --- a/icons.sh +++ b/icons.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh dir=$(dirname $(realpath $0)) svg_data=$(curl --silent https://git.purser.it/roypur/stream-api/raw/branch/master/frontend/favicon-basic.svg) diff --git a/pack-chrome.sh b/pack-chrome.sh index c9e3974..7beb1e9 100755 --- a/pack-chrome.sh +++ b/pack-chrome.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh dir=$(dirname $(realpath $0)) ${dir}/icons.sh