"#!/bin/bash" does not work with nixos.
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Bisection script to find which test creates unwanted files/state
# Usage: ./find-polluter.sh <file_or_dir_to_check> <test_pattern>
# Example: ./find-polluter.sh '.git' 'src/**/*.test.ts'