fix: incorrect shebang
Fails on NixOS before making this change.
This commit is contained in:
parent
4add1d9f07
commit
017973b0b4
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$1" ] && [ "$2" ]; then
|
||||
while true
|
||||
|
|
Loading…
Reference in a new issue