B
    18\x                 @   s.   d Z ddlZddlZdd Zedkr*e  dS )zFReplace CRLF with LF in argument files.  Print names of changed files.    Nc           
   C   s   xt jdd  D ]} tj| r,t| d qt| d}| }W d Q R X d|kr^t| d q|dd}||krt|  t| d}|	| W d Q R X qW d S )	N   z
Directory!rb    zBinary!s   
   
wb)
sysargvospathisdirprintopenreadreplacewrite)filenamefdatanewdata r   R/oak/stanford/groups/akundaje/marinovg/programs/Python-3.7.3/Tools/scripts/crlf.pymain   s    

r   __main__)__doc__r   r	   r   __name__r   r   r   r   <module>   s   