gCubeActions/27-01-2021-grepString/grepHttp.sh

3 lines
102 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2021-02-15 14:47:43 +01:00
find . -name '*.java' -exec grep 'http://' /dev/null {} + || echo "No http found"