Shebang for Bash?

#!/bin/bash

#!/usr/bin/env bash is more portable, but less predictable.