This website requires JavaScript.
Explore
Help
Sign In
valvin
/
ttrss
Watch
1
Star
0
Fork
You've already forked ttrss
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7cfd04ffb4
ttrss
/
utils
/
gitlab-ci
/
php-lint.sh
6 lines
96 B
Bash
Raw
Blame
History
#!/bin/sh
set
-e
exec
find . -name
"*.php"
-not -path
"*/lib/*"
-print0
|
xargs -0 -n1 php -l
Reference in New Issue
View Git Blame
Copy Permalink