4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
(php -r "readfile('http://127.0.0.1:8080/i/');" | grep -q 'jsonVars') || exit 1
|