Skip to content

Instantly share code, notes, and snippets.

@willricketts
Created February 13, 2016 13:56
Show Gist options
  • Save willricketts/6efcfdebde7153543688 to your computer and use it in GitHub Desktop.
Save willricketts/6efcfdebde7153543688 to your computer and use it in GitHub Desktop.
#! /bin/bash
find . -name '*.go' -exec grep -niw 'TODO' {} \; -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment