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

3 lines
102 B
Bash

#!/usr/bin/env bash
find . -name '*.java' -exec grep 'http://' /dev/null {} + || echo "No http found"