This python script unifies the content of multiple files into a single file.
Edit extensions
variable in unifile.py
to configure which files you want to merge.
Example:
extensions = ['.swift', '.h', '.m', '.cpp', '.c', '.py', '.java']
To unify the content of files of the current directory:
./unifile.py
To unify the content of files of a specific directory:
./unifile.py <directory>