use /usr/bin/env

This commit is contained in:
Georgi Gardev
2024-03-05 01:22:58 +02:00
parent 99f55332f8
commit 7f75d9ff8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Usage: extract <file>
# Description: extracts archived files / mounts disk images
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Check for Homebrew and install if missing
if test ! $(which brew); then