Created
January 10, 2022 14:16
-
-
Save MarlonJD/64612418fc39038fb1da4469dee73f8b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
for dir in .; do | |
git -C "$dir" ls-files | perl -pe "s[^][$dir/]" | |
done | zip ./test.zip -@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment