oqueeh
.net
All topics
>
Bash
Shebang for Bash?
#!/bin/bash
#!/usr/bin/env bash
is more portable, but less predictable.