mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
the first test is the shallowest
This commit is contained in:
parent
a337dd5e33
commit
04eb283bf2
1 changed files with 7 additions and 0 deletions
7
check_syntax.sh
Executable file
7
check_syntax.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
for FILE in $(find "$DIR" -name '*.php'); do
|
||||||
|
php7.0 -l $FILE
|
||||||
|
done
|
Loading…
Add table
Reference in a new issue