fix: fix dev script shebang for better compatibility (#2019)

This commit is contained in:
maya doshi
2025-10-11 08:40:39 -04:00
committed by GitHub
parent f1e8cea21c
commit dcddda5653

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Function to check if a command exists
command_exists() {