#!/usr/bin/env bash if [[ "$(grep -r 'http://' .)" ]]; then echo "http protocol found" else echo "http protocol not found" fi