mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
Updated Dos2Unix Text file format converters (markdown)
parent
408773d3d6
commit
6b4539bdd7
@ -25,6 +25,6 @@ _// to convert all .h files_
|
|||||||
|
|
||||||
`for /R %G in (*.h) do dos2unix "%G"`
|
`for /R %G in (*.h) do dos2unix "%G"`
|
||||||
|
|
||||||
_// to convert all .c file_
|
_// to convert all .c files_
|
||||||
|
|
||||||
`for /R %G in (*.c) do dos2unix "%G"`
|
`for /R %G in (*.c) do dos2unix "%G"`
|
Loading…
x
Reference in New Issue
Block a user