mirror of
https://github.com/netdata-be/libnodave
synced 2025-10-13 00:42:50 +08:00
11 lines
289 B
Plaintext
Executable File
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 |