fix: incorrect shebang

Fails on NixOS before making this change.
This commit is contained in:
Oliver Davies 2023-04-08 09:45:06 +01:00
parent 4add1d9f07
commit 017973b0b4

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ "$1" ] && [ "$2" ]; then
while true