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