Skip to content

Instantly share code, notes, and snippets.

@ype
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save ype/b48fbc8ab0593eef34a9 to your computer and use it in GitHub Desktop.

Select an option

Save ype/b48fbc8ab0593eef34a9 to your computer and use it in GitHub Desktop.
run some quick commands using make
sloccount:
find . -name "*.go" -print0 | xargs -0 wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment