diff --git a/app/run-ble-test.sh b/app/run-ble-test.sh index cf883c63f..8c65c91b6 100755 --- a/app/run-ble-test.sh +++ b/app/run-ble-test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2023 The ZMK Contributors # SPDX-License-Identifier: MIT diff --git a/docs/src/templates/setup.sh.mustache b/docs/src/templates/setup.sh.mustache index cde3a8a17..49b2ee227 100644 --- a/docs/src/templates/setup.sh.mustache +++ b/docs/src/templates/setup.sh.mustache @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT