Created
March 13, 2025 16:38
-
-
Save erseco/053f45a5ec6184908ebca4d261f24a3e 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
# 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