PHP Classes

File: scripts/lint.sh

Recommend this page to a friend!
  Classes of Brett Dutton   JackBooted PHP Framework   scripts/lint.sh   Download  
File: scripts/lint.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JackBooted PHP Framework
Web application framework using simplified MVC
Author: By
Last change:
Date: 8 years ago
Size: 53 bytes
 

Contents

Class file image Download
#!/bin/bash find app -name "*.php" -exec php -l {} \;