File: check_php

package info (click to toggle)
chkrootkit 0.58b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,796 kB
  • sloc: sh: 187,089; ansic: 3,779; makefile: 103
file content (2 lines) | stat: -rwxr-xr-x 58 bytes parent folder | download | duplicates (2)
1
2
#!/bin/sh
head -n1 "$1" | grep -q "^#!.*php" && echo "$1"