Updated SC2239 (markdown)

Eisuke Kawashima
2025-07-29 10:15:52 +09:00
parent 8d40e7012a
commit e15fe8dcff

@@ -25,7 +25,7 @@ If you don't know where the interpreter is and you hoped to use `#! bash`, this
```sh
#!/usr/bin/env bash
echo "Hello World"
```
```
While not required by POSIX, `env` can essentially always be found in `/usr/bin` and will search the PATH for the specified executable.