mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-28 03:16:09 +08:00
Update shebang on cspell scripts to be more env agnostic. This follows standard practices as seen in the [ysap guide](https://style.ysap.sh/): > Bash is not always located at /bin/bash, so use this line: > `#!/usr/bin/env bash` This is also in line with the other scripts on the repo.