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