1
0
mirror of https://github.com/netdata-be/libnodave synced 2025-10-13 00:42:50 +08:00
libnodave/pascal/WinLineEnds
2012-06-01 10:15:12 +02:00

11 lines
289 B
Plaintext
Executable File

#this sets all line feeds ti CR/LF, the usual way under windows.
#
# set all line feeds to LF only. Do it twice to eliminate double CR/LFs that might stem
# from prior editing under Linux.
#
dos2unix *.pas
dos2unix *.pas
#
# Now files should be clean to add Windows CR/LF.
#
unix2dos *.pas