Skip to content

Instantly share code, notes, and snippets.

@erseco
Created March 13, 2025 16:38
Show Gist options
  • Save erseco/053f45a5ec6184908ebca4d261f24a3e to your computer and use it in GitHub Desktop.
Save erseco/053f45a5ec6184908ebca4d261f24a3e to your computer and use it in GitHub Desktop.
# Bundle all files of a folder in a .txt to pass to AI genrators
find ./var/dir -type f -name "*.php" -exec echo "===== {} =====" \; -exec cat {} \; > ~/Downloads/budle.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment