#!/bin/bash clear grep -irn --exclude-from="todo" --exclude-dir="www" --exclude-dir="tmp" --exclude-dir="lib" --exclude-dir="vendor" "TODO" *