use /usr/bin/env bash instead of /bin/bash

This commit is contained in:
Rowan S-L 2024-01-21 12:43:09 -05:00
parent fa404339c9
commit 30b8b44990

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u