Created
November 11, 2019 09:22
-
-
Save mboyar/c3bb8c518c299dfd15e81c591f944d73 to your computer and use it in GitHub Desktop.
find source file and create header file-set
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
find . -name mb_msggen* | sed -En "s/\.c/\.h/p" | sed -En "s/src/inc/p" | xargs touch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment