Created
February 19, 2021 12:49
-
-
Save maciejjankowski/c7f9b7848feae5b2a86c7d770e7a185a to your computer and use it in GitHub Desktop.
print source code.sh
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 . -path ./venv -prune -false -o -name '*.py' -exec tail -n +1 {} + > ../output.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment