Created
August 6, 2022 11:24
-
-
Save luzpaz/9eb0f74b60e941d2cb1e0935e7f48997 to your computer and use it in GitHub Desktop.
Random useful oneliners
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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