Skip to content

Instantly share code, notes, and snippets.

@thistleknot
Created August 5, 2024 03:06
Show Gist options
  • Save thistleknot/574ad8513503c96bed7a6759cddaab73 to your computer and use it in GitHub Desktop.
Save thistleknot/574ad8513503c96bed7a6759cddaab73 to your computer and use it in GitHub Desktop.
Export Code Base
forfiles /S /M *.py /C "cmd /c echo. && echo. && echo @path: && echo. && echo. && type @file && echo." > code.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment