#!/bin/sh
head -n1 "$1" | grep -q "^#!.*php" && echo "$1"
