Improved portability by using /usr/bin/env pragma

This commit is contained in:
Joseph Dalrymple
2023-04-04 02:00:31 -05:00
parent 6dc284f05a
commit 53e3208ba0
12 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd "$(dirname "$0")" # Go to the script's directory