Skip to content

Instantly share code, notes, and snippets.

@maciejjankowski
Created February 19, 2021 12:49
Show Gist options
  • Save maciejjankowski/c7f9b7848feae5b2a86c7d770e7a185a to your computer and use it in GitHub Desktop.
Save maciejjankowski/c7f9b7848feae5b2a86c7d770e7a185a to your computer and use it in GitHub Desktop.
print source code.sh
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