Skip to content

Instantly share code, notes, and snippets.

@luzpaz
Created August 6, 2022 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luzpaz/9eb0f74b60e941d2cb1e0935e7f48997 to your computer and use it in GitHub Desktop.
Save luzpaz/9eb0f74b60e941d2cb1e0935e7f48997 to your computer and use it in GitHub Desktop.
Random useful oneliners
git show --pretty="" --name-only a9dc7b038d93ca96c776bd778f71458a4bc89a5e | grep -e '\.h$' | while read file; do md5sum ${file}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment